From 27b01cb628a94535fe3d1bdaa2f7e3899d631317 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 2 Dec 2010 11:39:33 -0500 Subject: remove task and role groups since these entites are no longer exposed in the Meta data, including them in the code causes breakage at initialization --- install/static/serverconfig.js | 51 ------------------------------------------ 1 file changed, 51 deletions(-) (limited to 'install/static/serverconfig.js') diff --git a/install/static/serverconfig.js b/install/static/serverconfig.js index e793af34..eef51ac3 100644 --- a/install/static/serverconfig.js +++ b/install/static/serverconfig.js @@ -43,61 +43,10 @@ ipa_entity_set_details_definition('aci', [ -/* Taskgroup*/ - -ipa_entity_set_search_definition('taskgroup', [ - ['cn', 'Role-group name', null], - ['description', 'Description', null] -]); - -ipa_entity_set_add_definition('taskgroup', [ - 'dialog-add-taskgroup', 'Add New Taskgroup', [ - ['cn', 'Name', null], - ['description', 'Description', null], - ] -]); - - -ipa_entity_set_details_definition('taskgroup', [ - ipa_stanza({name:'ipaserver', label:'Taskgroup Details'}). - input({name:'cn', label:'Name'}). - input({name:'description', label:'Description'}) -]); - -ipa_entity_set_association_definition('taskgroup', { -}); - -ipa_entity_set_association_definition('rolegroup', { - 'rolegroup': { } -}); -/* Rolegroup*/ - -ipa_entity_set_search_definition('rolegroup', [ - ['cn', 'Role-group name', null], - ['description', 'Description', null] -]); - -ipa_entity_set_add_definition('rolegroup', [ - 'dialog-add-rolegroup', 'Add New Rolegroup', [ - ['cn', 'Name', null], - ['description', 'Description', null], - ] -]); - -ipa_entity_set_details_definition('rolegroup', [ - ipa_stanza({name:'ipaserver', label:'Rolegroup Details'}). - input({name:'cn', label:'Name'}). - input({name:'description', label:'Description'}) -]); - -ipa_entity_set_association_definition('rolegroup', { - 'taskgroup': { associator: 'serial' } -}); - /* Configuration */ ipa_entity_set_details_definition('config',[ -- cgit