Refresh button in list of subticket did not work
Added by Michael Gehre almost 3 years 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.
Replies (2)
RE: Refresh button in list of subticket did not work - Added by Marius BĂLTEANU almost 3 years 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 over 2 years 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.