diff --git a/app/assets/javascripts/controllers/dialog_editor/dialog_editor_controller.js b/app/assets/javascripts/controllers/dialog_editor/dialog_editor_controller.js index e661b1d57e5..413ddf16a06 100644 --- a/app/assets/javascripts/controllers/dialog_editor/dialog_editor_controller.js +++ b/app/assets/javascripts/controllers/dialog_editor/dialog_editor_controller.js @@ -45,7 +45,7 @@ ManageIQ.angular.app.controller('dialogEditorController', ['$window', 'API', 'mi template: templates[type], size: 'lg', }; - vm.elementData = { type: type, tabId: tab, boxId: box, fieldId: field }; + vm.elementInfo = { type: type, tabId: tab, boxId: box, fieldId: field }; vm.visible = true; } diff --git a/app/views/miq_ae_customization/editor.html.haml b/app/views/miq_ae_customization/editor.html.haml index 4b3e17edb67..c0a184aa8b7 100644 --- a/app/views/miq_ae_customization/editor.html.haml +++ b/app/views/miq_ae_customization/editor.html.haml @@ -17,7 +17,7 @@ {{ vm.dialog.content[0].description }} .dialog-designer-container %dialog-editor-modal{"modal-options" => "vm.modalOptions", - "dialog-data" => "vm.dialogData", + "element-info" => "vm.elementInfo", :visible => "vm.modalVisible"} .toolbox-container #toolbox.static-field-container