Actions
Bug #140
closedSaving related projects fails
Start date:
01/26/2021
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
There is a ProjectsControllerPatch#update what won't get prepended to ProjectsController to whatever reason.
The idea is to create a module in ProjectTypes, since it also patches the ProjectsController, and path this new
method instead of patching twice the ProjectsController.
Actions