From c0f155bbfe5c5448af1b38b9da9bb75e9cdac9b4 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 27 May 2011 11:32:17 -0400 Subject: automount delete key indirect automount maps code review changes for automount: Removed: fields for mount and parentmap in maps details since they are not present in show or mod Hid undo link for adder dialog set up click handler for checkboxes when row does not have primary key removed add override in automountmap_adder_dialog moved 'var input...' in automount.js line 158 to start of method. changed logic in if statmenet ,dialog.js line 628 it if (!first) as suggested --- install/ui/test/data/automountmap_add_indirect.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 install/ui/test/data/automountmap_add_indirect.json (limited to 'install/ui/test/data') diff --git a/install/ui/test/data/automountmap_add_indirect.json b/install/ui/test/data/automountmap_add_indirect.json new file mode 100644 index 000000000..f5ea1ed23 --- /dev/null +++ b/install/ui/test/data/automountmap_add_indirect.json @@ -0,0 +1,21 @@ +{ + "error": null, + "id": null, + "result": { + "result": { + "automountmapname": [ + "test" + ], + "description": [ + "test" + ], + "dn": "automountmapname=test,cn=default,cn=automount,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "objectclass": [ + "automountmap", + "top" + ] + }, + "summary": null, + "value": "test" + } +} -- cgit