Open miq-bot opened 5 years ago
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 master
, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation.
@himdel Are these still issues?
Potentially, yes.
As long as we have restful and non-restful controllers, this can be a problem.
We should convert ems_cloud
, ems_infra
, ems_physical_infra
, ems_container
and ems_network
to use the same routing logic as the rest of the app.
(use url_for_only_path
, not ems_path
, new_ems_path
or any other magic _path
; drop restful_routed?
; drop resouces
lines from config/routes.rb
and fix any toolbar buttons trying to generate the restful paths magically, including miqToolbarOnClick
)
@kavyanekkalapu do you know if we made any progress on these?
@chessbyte I don't think so. I can see restful_routed? for sure in code. need to search remaining paths.
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 master
, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.
These places redirect to
show
w/o checking if the target controller is restful. See https://github.com/ManageIQ/manageiq/issues/10020Each of these places needs to be revisited and checked to see if the target controller might be restfull. In such case a restful route needs to be used.
This issue was moved to this repository from https://github.com/ManageIQ/manageiq/issues/10021, originally opened by @martinpovolny