Actions
Defect #35455
closedRequire redmine/sort_criteria globally
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
We currently have an issue with Redmine::SortCriteria
being loaded only when Query
gets loaded.
We use and save Redmine::SortCriteria
in a plugin, which leads to errors when we try to load objects from the DB referencing those although Query
has not been loaded yet. This leads to errors in our Redmine until someone loads a page with a query on the corresponding Redmine instance serving the request.
Files
Actions