summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-12-09 15:01:06 -0600
committerEndi S. Dewata <edewata@redhat.com>2012-01-31 08:40:50 -0600
commit2b9db630315454ae35da5c0fa451a61eeb5c5cec (patch)
tree453e1f1f9d030f6235b5ba1a73af35f92c32a408
parent30c52db28b8f19f8b51f514834e7417c4a115407 (diff)
downloadfreeipa.git-2b9db630315454ae35da5c0fa451a61eeb5c5cec.tar.gz
freeipa.git-2b9db630315454ae35da5c0fa451a61eeb5c5cec.tar.xz
freeipa.git-2b9db630315454ae35da5c0fa451a61eeb5c5cec.zip
Fixed host managed-by adder dialog.
The host managed-by adder dialog has been fixed to use the new --not-man-hosts option to filter out hosts that are already added. Ticket #1675
-rw-r--r--install/ui/association.js2
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) {