Actions
Bug #139
closedFix 404 error when sorting project type element in admin area
Start date:
01/26/2021
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
An administrator gets a 404 response when she tries to change the order of project types in the table via drag & drop.
Updated by liaham over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
The error occurs because of the usage of deprecated Rails methods in the controller.
Actions