diff options
Diffstat (limited to 'install/ui/policy.js')
-rw-r--r-- | install/ui/policy.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/install/ui/policy.js b/install/ui/policy.js index 7fbf5600..54321a48 100644 --- a/install/ui/policy.js +++ b/install/ui/policy.js @@ -52,14 +52,16 @@ IPA.entity_factories.pwpolicy = function() { }]}). standard_association_facets(). adder_dialog({ - fields:[ + fields: [ { factory: IPA.entity_select_widget, name: 'cn', other_entity: 'group', - other_field: 'cn' + other_field: 'cn', + required: true }, - 'cospriority'], + 'cospriority' + ], height: 300 }). build(); |