mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
Fixes for entity_tests.js
Register also details module to provide all objects from that module. https://pagure.io/freeipa/issue/6974 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
4fb52371f2
commit
11e19cd5d5
@ -27,7 +27,7 @@ define([
|
||||
'freeipa/reg',
|
||||
'freeipa/entity',
|
||||
'freeipa/details'],
|
||||
function(IPA, $, mod_facet, mod_search, reg) {
|
||||
function(IPA, $, mod_facet, mod_search, reg, mod_ent, mod_details) {
|
||||
return function() {
|
||||
|
||||
var container;
|
||||
@ -38,6 +38,7 @@ module('entity',{
|
||||
IPA.ajax_options.async = false;
|
||||
|
||||
mod_search.register();
|
||||
mod_details.register();
|
||||
|
||||
IPA.init({
|
||||
url: 'data',
|
||||
|
Loading…
Reference in New Issue
Block a user