mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -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/reg',
|
||||||
'freeipa/entity',
|
'freeipa/entity',
|
||||||
'freeipa/details'],
|
'freeipa/details'],
|
||||||
function(IPA, $, mod_facet, mod_search, reg) {
|
function(IPA, $, mod_facet, mod_search, reg, mod_ent, mod_details) {
|
||||||
return function() {
|
return function() {
|
||||||
|
|
||||||
var container;
|
var container;
|
||||||
@ -38,6 +38,7 @@ module('entity',{
|
|||||||
IPA.ajax_options.async = false;
|
IPA.ajax_options.async = false;
|
||||||
|
|
||||||
mod_search.register();
|
mod_search.register();
|
||||||
|
mod_details.register();
|
||||||
|
|
||||||
IPA.init({
|
IPA.init({
|
||||||
url: 'data',
|
url: 'data',
|
||||||
|
Loading…
Reference in New Issue
Block a user