summaryrefslogtreecommitdiffstats
path: root/install/ui/rule.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/rule.js')
-rw-r--r--install/ui/rule.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/rule.js b/install/ui/rule.js
index 2a1648321..b7e6a74a2 100644
--- a/install/ui/rule.js
+++ b/install/ui/rule.js
@@ -213,7 +213,7 @@ IPA.rule_association_table_field = function(spec) {
options: {all: true, rights: true}
});
- command.set_option(that.widget.other_entity.name, values.join(','));
+ command.set_option(that.widget.other_entity.name, values);
update_info.append_command(command, that.priority);
}
}