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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/rule.js b/install/ui/rule.js
index f2d7c6dd..2a164832 100644
--- a/install/ui/rule.js
+++ b/install/ui/rule.js
@@ -170,7 +170,7 @@ IPA.rule_association_table_field = function(spec) {
if (typeof record !== 'object') {
record = {};
- record[that.name] = values[i];
+ record[that.param] = values[i];
}
record[that.external] = external;
@@ -180,7 +180,7 @@ IPA.rule_association_table_field = function(spec) {
};
that.load = function(result) {
- that.values = result[that.name] || [];
+ that.values = result[that.param] || [];
if (that.external) {
that.set_values_external(that.values, '');