diff options
Diffstat (limited to 'install/ui/rule.js')
-rw-r--r-- | install/ui/rule.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/rule.js b/install/ui/rule.js index 8c69eca8b..08c27e6d1 100644 --- a/install/ui/rule.js +++ b/install/ui/rule.js @@ -134,7 +134,7 @@ IPA.rule_association_table_widget = function (spec) { that.add = function(values, on_success, on_error) { - var pkey = $.bbq.getState(that.entity_name + '-pkey', true) || ''; + var pkey = $.bbq.getState(that.entity_name+'-pkey'); var batch = IPA.batch_command({ 'on_success': on_success, |