summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/permission_show.json
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-01-29 14:25:56 -0600
committerAdam Young <ayoung@redhat.com>2011-01-29 21:23:01 -0500
commit8df520294048f8a286fc98205c7a672b08feb04c (patch)
treecdd65dd403a7d27122c9591856167159fa858b14 /install/ui/test/data/permission_show.json
parente633dd81ddd3153b7481455f215d91772ff5b34b (diff)
downloadfreeipa-8df520294048f8a286fc98205c7a672b08feb04c.tar.gz
freeipa-8df520294048f8a286fc98205c7a672b08feb04c.tar.xz
freeipa-8df520294048f8a286fc98205c7a672b08feb04c.zip
Fixed permission reset and is_dirty.
The reset and is_dirty functionality for permission has been fixed. New widgets have been created for select and a collection of checkboxes. New test data files have been added for each target type.
Diffstat (limited to 'install/ui/test/data/permission_show.json')
-rw-r--r--install/ui/test/data/permission_show.json20
1 files changed, 13 insertions, 7 deletions
diff --git a/install/ui/test/data/permission_show.json b/install/ui/test/data/permission_show.json
index d823061d5..0d5784274 100644
--- a/install/ui/test/data/permission_show.json
+++ b/install/ui/test/data/permission_show.json
@@ -16,24 +16,30 @@
"owner": "rscwo",
"seealso": "rscwo"
},
+ "attrs": [
+ "cn",
+ "description",
+ "unmatched"
+ ],
"cn": [
- "addusers"
+ "test"
],
"description": [
- "Add Users"
+ "Test Permission"
],
- "dn": "cn=addusers,cn=permissions,cn=hbac,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "dn": "cn=test,cn=permissions,cn=hbac,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
"member": [
"cn=useradmin,cn=privileges,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
],
"objectclass": [
- "top",
- "groupofnames"
+ "groupofnames",
+ "top"
],
"permissions": [
- "add"
+ "add",
+ "delete"
],
- "type": "user"
+ "type": "group"
},
"summary": null,
"value": "addusers"