New commit detected on ManageIQ/manageiq-ui-classic/gaprindashvili: https://github.com/ManageIQ/manageiq-ui-classic/commit/7ec585214668db56f6078577622d076ce9513b3b commit 7ec585214668db56f6078577622d076ce9513b3b Author: Harpreet Kataria <hkataria> AuthorDate: Wed Mar 14 09:31:20 2018 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Wed Mar 14 09:31:20 2018 -0400 Merge pull request #3439 from eclarizio/add_priority_2_custom_buttons Use new dialog-user feature for custom buttons for more object types (cherry picked from commit 9ba1e4b4c921abf8dd9a24dcbf92d5071899d438) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1590342 app/controllers/mixins/custom_button_dialog_form_mixin.rb | 29 +- app/controllers/ops_controller.rb | 2 +- app/services/dialog_local_service.rb | 24 + spec/controllers/mixins/custom_button_dialog_form_mixin_spec.rb | 95 + 4 files changed, 140 insertions(+), 10 deletions(-)
Created attachment 1453662 [details] Custom buttons in 5.9.3.2 5.9.3.2.20180619200710_4f909bc doesn't contain new object types for custom buttons.
Closing per discussion with Brad (bascar) and moving the remaining custom button types to https://bugzilla.redhat.com/show_bug.cgi?id=1597914 to be implemented in next release. Note: I created a new BZ so the description better reflects the button types being addressed.