summaryrefslogtreecommitdiffstats
path: root/install/ui/automount.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:16 +0000
commit8e95d1eb4e916c5fb218d161f568afaac0a06f0f (patch)
treea7e3d8fffdb7399c6886db75133d868865afa045 /install/ui/automount.js
parent390d017e321fd5ed56af094cf1f1c74f64e95735 (diff)
downloadfreeipa-8e95d1eb4e916c5fb218d161f568afaac0a06f0f.tar.gz
freeipa-8e95d1eb4e916c5fb218d161f568afaac0a06f0f.tar.xz
freeipa-8e95d1eb4e916c5fb218d161f568afaac0a06f0f.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/automount.js')
-rw-r--r--install/ui/automount.js19
1 files changed, 5 insertions, 14 deletions
diff --git a/install/ui/automount.js b/install/ui/automount.js
index 8be2b6574..72ced6322 100644
--- a/install/ui/automount.js
+++ b/install/ui/automount.js
@@ -104,17 +104,10 @@ IPA.entity_factories.automountmap = function() {
value: 'add_indirect',
label: IPA.messages.objects.automountmap.indirect
}
- ],
- undo: false
+ ]
},
- {
- name: 'automountmapname',
- undo: false
- },
- {
- name: 'description',
- undo: false
- }
+ 'automountmapname',
+ 'description'
]
},
{
@@ -123,14 +116,12 @@ IPA.entity_factories.automountmap = function() {
{
name: 'key',
label: IPA.get_method_option(
- 'automountmap_add_indirect', 'key').label,
- undo: false
+ 'automountmap_add_indirect', 'key').label
},
{
name: 'parentmap',
label: IPA.get_method_option(
- 'automountmap_add_indirect', 'parentmap').label,
- undo: false
+ 'automountmap_add_indirect', 'parentmap').label
}
]
}