Skip to content

Commit

Permalink
Renamed variable containing info about selected element
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Oct 25, 2017
1 parent 01f8211 commit 2e5e5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion app/views/miq_ae_customization/editor.html.haml
Expand Up @@ -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
Expand Down

0 comments on commit 2e5e5b2

Please sign in to comment.