Created attachment 1272702 [details] errr Description of problem: Version-Release number of selected component (if applicable): 5.8.0.11-beta2.20170418170914_a53d2a7 How reproducible: Steps to Reproduce: 1. In OPS UI create a dialog (Automate - Customization) 2. Automate - Customization - Button - create a button group and a button under it . 3. in SUI , click on the service and execute the button . Shows error "Error submitting request" Actual results: Expected results: Additional info:
Specifically, this error occurs for custom actions that belong to a generic custom button set. The SUI makes a request to the services endpoint for the custom_actions attribute and uses the buttons and button_groups properties to render the custom action buttons. When the action is invoked, the API will correctly process the custom action if it unassigned (does not belong to a custom button set), however, if the same custom action is assigned to a generic custom button set, the exception will be raised. The error message from the API is: {"error":{"kind":"bad_request","message":"Unsupported Custom Action <custom action name> for the services resource specified","klass":"Api::BadRequestError"}}
*** Bug 1441851 has been marked as a duplicate of this bug. ***
PR: https://github.com/ManageIQ/manageiq/pull/14845
Created attachment 1349356 [details] working_on_5.9.0.4.mp4 Working fine with this fix. Verified on: 5.9.0.4.20171024163837_ef71ea6