diff options
Diffstat (limited to 'install/ui/policy.js')
-rw-r--r-- | install/ui/policy.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install/ui/policy.js b/install/ui/policy.js index dd4efa02..4c4733dc 100644 --- a/install/ui/policy.js +++ b/install/ui/policy.js @@ -49,8 +49,7 @@ IPA.entity_factories.pwpolicy = function() { factory: IPA.entity_select_widget, name: 'cn', other_entity: 'group', - other_field: 'cn', - undo: false + other_field: 'cn' }, 'cospriority'], width: 400, |