From eb9d9634da5d089441b773df0968432e8300b0d2 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Sat, 10 Sep 2011 11:54:02 -0500 Subject: Modified dialog to use sections. The IPA.dialog has been modified to store sections instead of fields. If there is no sections specified, it will create a default section. The adder dialog for automount map has been modified such that the fields related to indirect map are stored in a section which will only be visible when the map type is set to indirect. The adder dialog for host has been modified such that it uses a custom section for hostname and DNS zone and standard section for the other fields. Ticket #1394 --- install/ui/association.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/association.js') 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(); -- cgit