-
Notifications
You must be signed in to change notification settings - Fork 899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oparin-1.1 custom buttons on service do not work #22390
Comments
@jeffibm Can you take a look at this one? I think it might be realted to the services screen rewrite to react. |
Hey @eggoide, could you provide some screenshots from the UI so that I can pinpoint on debugging this? |
Hi, sure, what screenshot do you need? However, there is not much to see, the button just does nothing. I have enabled developer tools and uploaded what it does when clicked. As well as the log. In my original post. |
screenshot of the page (with breadcrumbs) and mark which buttons are not working |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
Hello, We have the same problem after upgrading from Najdorf to Oparin. All our buttons are not functional. Same problem with the buton retire service. Have you solved the problem? Thank you in advance for your help. |
Here is an example of a trace: MIQ: |
Debugging - In my local environment's However, the service I used to test didn't have custom buttons. After creating one and hitting the button- A request is made to The only response it shows in the logs is - And the reason is we are not handling the event for This was probably removed during the De explorization of Service Pages #8229 and not put it back... |
Debugging - While trying to put the codes back - I got stuck in here -application_controller/ dialog_initialize says Seems like there is a problem with |
Debugging - if and then the file BCC @DavidResende0 (since we went though this file last day...) |
this error seems to be solved after a bin/update and server restart.. |
Thanks for fixing the bug. My tests are OK for custom buttons. |
The 'Set Retirement Dates for this Service' button, on the other hand, works." |
Debugging in master branch ... after hitting ' then, a post request is made to - service_controller#button -
|
Could you please help us correct this issue? We are stuck on the production platform upgrade. I am at your disposal if you need more information. Thank you in advance for your assistance. |
our service deletion issue fixed with upgrade to Petrosian version |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
3 similar comments
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
Hi all, I would like to kindly ask you for a help. We have recently upgraded from Najdorf to Oparin. However, on most of our services, the custom buttons do not work. When clicked, it returns 204 Error.
Only issue logged is the following:
Mar 03 10:24:24 vncco0177 production[2137]: INFO -- production: Processing by ServiceController#button as JS Mar 03 10:24:24 vncco0177 production[2137]: INFO -- production: Parameters: {"button_id"=>"54", "cls"=>"ServiceAnsibleTower", "desc"=>"TEST", "id"=>"3144", "pressed"=>"custom_button"} Mar 03 10:24:24 vncco0177 production[2137]: INFO -- production: No template found for ServiceController#button, rendering head :no_content Mar 03 10:24:24 vncco0177 production[2137]: INFO -- production: Completed 204 No Content in 26ms (ActiveRecord: 6.9ms | Allocations: 4483)
The button has its own dialog, but no dialog opens. I tried to edit existing buttons and its dialog, also tried creating new button from the scratch with no luck. I googled but could not find any relevant information on what template is missing.
Anyone can advise?
Thank you!
The text was updated successfully, but these errors were encountered: