From 8df520294048f8a286fc98205c7a672b08feb04c Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Sat, 29 Jan 2011 14:25:56 -0600 Subject: 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. --- install/ui/test/data/permission_show.json | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'install/ui/test/data/permission_show.json') 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" -- cgit