diff options
Diffstat (limited to 'install/ui/association.js')
-rw-r--r-- | install/ui/association.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/association.js b/install/ui/association.js index c72b6916..72e1f0c0 100644 --- a/install/ui/association.js +++ b/install/ui/association.js @@ -207,6 +207,8 @@ IPA.association_adder_dialog = function(spec) { other_attribute_member = 'memberof'; else if (that.attribute_member == 'memberof') other_attribute_member = 'member'; + else if (that.attribute_member == 'managedby') + other_attribute_member = 'managing'; var relationship = relationships[other_attribute_member]; if (relationship) { |