summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/delegation_get_records.json
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-12-09 18:12:25 -0600
committerMartin Kosek <mkosek@redhat.com>2012-01-16 20:11:18 +0100
commit7529a79f4b17a214c47a0f34e1617654bfd20ab0 (patch)
treefb845af62d4aeaf5f1d32d213adc7b5b0f24fb2c /install/ui/test/data/delegation_get_records.json
parent7f6c9ac04c751063c932109855cf02c26a50a6ee (diff)
downloadfreeipa-7529a79f4b17a214c47a0f34e1617654bfd20ab0.tar.gz
freeipa-7529a79f4b17a214c47a0f34e1617654bfd20ab0.tar.xz
freeipa-7529a79f4b17a214c47a0f34e1617654bfd20ab0.zip
Enabled paging on self-service permissions and delegations.
Paging has been enabled on self-service permissions and delegations list pages. The search facet's get_pkeys() has been fixed to handle non-array value. New test data files have been added as well. Ticket #2092
Diffstat (limited to 'install/ui/test/data/delegation_get_records.json')
-rw-r--r--install/ui/test/data/delegation_get_records.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/install/ui/test/data/delegation_get_records.json b/install/ui/test/data/delegation_get_records.json
new file mode 100644
index 000000000..3012b04a6
--- /dev/null
+++ b/install/ui/test/data/delegation_get_records.json
@@ -0,0 +1,30 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "count": 1,
+ "results": [
+ {
+ "error": null,
+ "result": {
+ "aciname": "Test Delegation",
+ "attrs": [
+ "cn",
+ "displayname",
+ "givenname",
+ "initials",
+ "sn",
+ "title"
+ ],
+ "group": "editors",
+ "memberof": "ipausers",
+ "permissions": [
+ "write"
+ ]
+ },
+ "summary": null,
+ "value": "Test Delegation"
+ }
+ ]
+ }
+}