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

Ticket 1027

--
Endi S. Dewata
From fc741c0437d0e9358d99a520332f5ead851007e3 Mon Sep 17 00:00:00 2001
From: Endi S. Dewata <edew...@redhat.com>
Date: Tue, 1 Mar 2011 12:30:29 -0600
Subject: [PATCH] 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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/install/ui/entity.js b/install/ui/entity.js
index 01ad47eb71c63228b10e6387ccb7bbd4050bc1ad..f8e61af8edd4a7ea2688c0b819f449044bdd10ac 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];
-- 
1.6.6.1

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to