Skip to content

Commit a2962c0

Browse files
author
Jessica Wang
committed
Add Network Offering dialog - trigger change event to show/hide fields when the dialog box is opened.
1 parent 50b2c26 commit a2962c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ui/scripts/configuration.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,8 @@
995995

996996
$(':ui-dialog').dialog('option', 'position', 'center');
997997
});
998+
999+
args.$form.change();
9981000
},
9991001
fields: {
10001002
name: { label: 'label.name', validation: { required: true } },

0 commit comments

Comments
 (0)