diff options
Diffstat (limited to 'install/ui/association.js')
-rw-r--r-- | install/ui/association.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/association.js b/install/ui/association.js index 664c80e21..3d75072ae 100644 --- a/install/ui/association.js +++ b/install/ui/association.js @@ -650,7 +650,7 @@ IPA.association_table_widget = function (spec) { entity: that.entity.name, method: 'show', args: [pkey], - options: {'all': true, 'rights': true}, + options: { all: true, rights: true }, on_success: on_success, on_error: on_error }).execute(); |