Refresh button in list of subticket did not work
Added by Michael Gehre 12 months ago
Hello,
after migrating redmine to version 4.2.3 i get an "Page not found" error if i click on the refresh button in the list of subtickets.
Log file snippet:
Processing by IssuesController#update as */*
Parameters: {"authenticity_token"=>"", "id"=>"5162"}
Started POST "/issues/5162" for 127.0.0.1 at 2022-02-02 11:06:03 +0100
ActionController::RoutingError (No route matches [POST] "/issues/5162"):
How can i get these refresh buttons to work.
2022-02-02 11_04_51-Window.png (4.37 KB)
2022-02-02 11_04_00-Window.png (4.14 KB)
Replies (2)
RE: Refresh button in list of subticket did not work
-
Added by Marius BALTEANU 12 months ago
There is not such button in Redmine core, you should check your plugins.
RE: Refresh button in list of subticket did not work
-
Added by Marcos Mata 7 months ago
I had the same problem.
Revolved updating redmine_issue_dynamic_edit to 0.8.1 in order to remove the refresh buttom, and custom_workflow to 2.0.4 to recover the related issue text link.
(1-2/2)