Description of problem: when displaying a dialog froma custom button created from customization, the dialog is displayed with submit+cancel and save+reset+cancel buttons. when clicking on submit, nothing happens when clicking on save, "not yet implemented" is displayed, so th edialog can't be submitted. when the button is created from generic object definition, the submit is working as expected. Version-Release number of selected component (if applicable): 5.9.2 How reproducible: always Steps to Reproduce: 1. create a custom button from the customization page, based on service with an associated dialog 2. from a service, click the created button to display the dialog 3. Actual results: submit button has no effect, and save button show the "not yet implemented" message Expected results: only show the submit+cancel buttons and submit is functionnal Additional info:
Hi Cyril, Can you provide us with a screenshot and possibly a exported dialog definition for the dialog you were using? I want to get as close as possible to reproducing the issue you are reporting. Thank you
Looks like duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1574680
I definitely believe this is probably the case Shveta. This is why I wanted a screenshot, to verify this is actually a OPS UI issue not SUI. I looked through SUI codebase and we don't have the buttons mentioned above in the codebase.
Hi, It is on the ops UI and it is a duplicate of the https://bugzilla.redhat.com/show_bug.cgi?id=1574680 as you mention. I add more information about it: - when the custom button is created from automate->customization, the submit button have no effect - when the custom button is created from service -> action, the submit button work as expected
*** This bug has been marked as a duplicate of bug 1595051 ***