From a2962c0f59f0982d35cc14b673bef6b6ed0f7323 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 27 Feb 2012 12:43:09 -0800 Subject: [PATCH] Add Network Offering dialog - trigger change event to show/hide fields when the dialog box is opened. --- ui/scripts/configuration.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index 0de26ed9a11..7e23b99a68c 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -995,6 +995,8 @@ $(':ui-dialog').dialog('option', 'position', 'center'); }); + + args.$form.change(); }, fields: { name: { label: 'label.name', validation: { required: true } },