diff options
Diffstat (limited to 'install/static/group.js')
-rw-r--r-- | install/static/group.js | 9 |
1 files changed, 1 insertions, 8 deletions
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 +} |