From 2dd0fb9200421c39a6303f733d56834ffe863483 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 1 Mar 2011 12:30:29 -0600 Subject: Removed association facets based on memberofindirect. Association facets based on memberofindirect attribute have been removed because the attribute is non-assignable. Ticket 1027 --- install/ui/entity.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/entity.js') diff --git a/install/ui/entity.js b/install/ui/entity.js index 01ad47eb7..f8e61af8e 100644 --- a/install/ui/entity.js +++ b/install/ui/entity.js @@ -194,6 +194,7 @@ IPA.entity = function (spec) { // skip non-assignable associations if (attribute_member === 'memberindirect') continue; + if (attribute_member === 'memberofindirect') continue; if (attribute_member === 'enrolledby') continue; var other_entities = attribute_members[attribute_member]; -- cgit