From a746c613a4fb3d0eed5c73455ebb2e674ed7793d Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 8 Jul 2011 12:06:30 -0400 Subject: dnsrecord-mod ui Brings the DNS record infrastructure in line with the other entities. Uses widgets, nested search, and a littel bit of overloading for dns specific behavior The records now have their own page. simplified link widget and use for dns links work for nested entities. change the field in the link widget to other_entity to avoid name collision. unit test for entity link. fixed reference to entity for getting pkeys work around lack of setattr for dns record mod. update wasn't deducing locked_field type correctly. don't overwrite param_info in init data is required on adder dialog delete works for multiple records use show instead of find for entity_link_widget. https://fedorahosted.org/freeipa/ticket/1038 https://fedorahosted.org/freeipa/ticket/1448 https://fedorahosted.org/freeipa/ticket/577 https://fedorahosted.org/freeipa/ticket/1460 --- install/ui/policy.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/ui/policy.js') diff --git a/install/ui/policy.js b/install/ui/policy.js index cd0e499e..46582f46 100644 --- a/install/ui/policy.js +++ b/install/ui/policy.js @@ -37,8 +37,7 @@ IPA.entity_factories.pwpolicy = function() { { factory: IPA.entity_link_widget, name: 'cn', - entity: 'group', - no_link_value: 'global_policy' + other_entity: 'group' }, 'krbmaxpwdlife','krbminpwdlife','krbpwdhistorylength', 'krbpwdmindiffchars','krbpwdminlength'] -- cgit