Removed association facets based on memberofindirect.

Association facets based on memberofindirect attribute have been
removed because the attribute is non-assignable.

Ticket 1027
This commit is contained in:
Endi S. Dewata 2011-03-01 12:30:29 -06:00 committed by Adam Young
parent b6ca0f210c
commit 2dd0fb9200

View File

@ -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];