summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-05-27 11:32:17 -0400
committerAdam Young <ayoung@redhat.com>2011-06-01 22:15:11 -0400
commitc0f155bbfe5c5448af1b38b9da9bb75e9cdac9b4 (patch)
tree6fb9f9f374bb8734b2cea37aa68688172d978f36 /install/ui/test/data
parent6039fdd6b3002f65ecd0121b7ca6d31e49b9590e (diff)
downloadfreeipa-c0f155bbfe5c5448af1b38b9da9bb75e9cdac9b4.tar.gz
freeipa-c0f155bbfe5c5448af1b38b9da9bb75e9cdac9b4.tar.xz
freeipa-c0f155bbfe5c5448af1b38b9da9bb75e9cdac9b4.zip
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
Diffstat (limited to 'install/ui/test/data')
-rw-r--r--install/ui/test/data/automountmap_add_indirect.json21
1 files changed, 21 insertions, 0 deletions
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"
+ }
+}