Description of problem: I'm working on this service dialog: https://github.com/ManageIQ/manageiq-providers-ovirt/blob/master/content/service_dialogs/transform-vm.yml After updating to the latest master the following issue appeared: when I use the dialog, 'Save' button appears instead of 'Submit' button. Pressing the 'Save' button does not submit the dialog as before, but displays "Save Button not yet implemented" message. The dialog is actually wired to a real button in the UI. Not a service or custom button. The yaml file says: --- - description: Transform VM buttons: submit,cancel label: Transform VM dialog_tabs: But actually save/reset/cancel buttons are displayed. How reproducible: 100% Steps to Reproduce: 1. Open VM list in the CFME UI. 2. Select Lifecycle > Transform VM Actual results: Dialog with save/reset/cancel buttons is displayed. Expected results: Dialog with submit/cancel buttons is displayed. Additional info:
This issue is urgent since it blocks further work on the V2V functionality.
https://github.com/ManageIQ/manageiq-ui-classic/pull/2785
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/8d49676a1fbfe05ac9f3562a3cf5bf30deee6f23 commit 8d49676a1fbfe05ac9f3562a3cf5bf30deee6f23 Author: Harpreet Kataria <hkataria> AuthorDate: Tue Nov 21 10:51:38 2017 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Nov 21 10:51:38 2017 -0500 Added missing classes to list APPLIES_TO_CLASS_BASE_MODELS Added code back that was removed during refactoring to show different set of buttons when running a Dialog thru a custom button in VM explorer. https://bugzilla.redhat.com/show_bug.cgi?id=1515433 Issue #2754 app/controllers/application_controller/buttons.rb | 4 ++-- app/controllers/vm_common.rb | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-)
*** Bug 1517836 has been marked as a duplicate of this bug. ***
I am still getting this issue on 5.9.2.4.20180501195858_35dc609
It appears Save for a dialog box that has been added as a Button to the Service. Under SSUI, it works with the "Submit Request" button.
*** Bug 1584804 has been marked as a duplicate of this bug. ***