From 2f2c67cb59f1a797e6f2e0b033cb480489c0df0b Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Tue, 4 Jan 2011 15:21:18 -0500 Subject: Improvements to enrollments in the webUI. TAKE 1 - Enrollement links in the action panel are now sorted by relationships. - You can only enroll members. (The webUI made the impression you can enroll parents as well, but it was broken.) - When enrolling new members, you can choose not to display already enrolled ones. (On by default.) - Couple cosmetic changes. --- install/static/group.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'install/static/group.js') diff --git a/install/static/group.js b/install/static/group.js index 0e7fd070..21345acc 100644 --- a/install/static/group.js +++ b/install/static/group.js @@ -62,13 +62,6 @@ function ipa_group() { }); that.add_facet(facet); - facet = ipa_group_member_user_facet({ - 'name': 'member_user', - 'label': IPA.metadata['user'].label+' '+IPA.messages.association.members, - 'other_entity': 'user' - }); - that.add_facet(facet); - that.create_association_facets(); that.entity_init(); @@ -195,4 +188,4 @@ function ipa_group_member_user_facet(spec) { }; return that; -} \ No newline at end of file +} -- cgit