summaryrefslogtreecommitdiffstats
path: root/install/ui/policy.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-09-22 11:44:41 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-09-23 13:13:50 +0000
commitc6f5806ed843560c6c0a73e7402ac6c274295995 (patch)
tree2a4f4405ab9ed5209878299c2cd96bdb5f76f255 /install/ui/policy.js
parenteb9d9634da5d089441b773df0968432e8300b0d2 (diff)
downloadfreeipa-c6f5806ed843560c6c0a73e7402ac6c274295995.tar.gz
freeipa-c6f5806ed843560c6c0a73e7402ac6c274295995.tar.xz
freeipa-c6f5806ed843560c6c0a73e7402ac6c274295995.zip
Removed undo flags from dialog field specs.
Since the undo flag is now automatically set to false in dialogs, it's no longer necessary to specify it in the field specs. Ticket #1394
Diffstat (limited to 'install/ui/policy.js')
-rw-r--r--install/ui/policy.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/install/ui/policy.js b/install/ui/policy.js
index dd4efa025..4c4733dc0 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,