mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
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:
parent
b6ca0f210c
commit
2dd0fb9200
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user