mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Moved adder dialog box into entity.
The adder dialog box definition has been moved from search facet into entity to make it accessible from other facets.
This commit is contained in:
committed by
Endi Sukma Dewata
parent
bc6f9accd9
commit
3528b4eca3
@@ -30,8 +30,7 @@ IPA.entity_factories.automountlocation = function() {
|
||||
return IPA.entity_builder().
|
||||
entity('automountlocation').
|
||||
search_facet({
|
||||
columns:['cn'],
|
||||
add_fields:['cn']
|
||||
columns:['cn']
|
||||
}).
|
||||
details_facet({sections:[{
|
||||
name:'identity',
|
||||
@@ -39,6 +38,9 @@ IPA.entity_factories.automountlocation = function() {
|
||||
fields:['cn']
|
||||
}]}).
|
||||
standard_association_facets().
|
||||
adder_dialog({
|
||||
fields:['cn']
|
||||
}).
|
||||
build();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user