Actions
Improvement #2290
closedxmera Omnia - Improvement #1837: Improvements of diverse modules
Remove roles and for all projects from project type query
Start date:
08/06/2024
Due date:
08/07/2024
% Done:
100%
Estimated time:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
# app/views/queries/_form.html.erb
<% unless @query.type == 'ProjectQuery' %> <--- this is two times in the code and needs to be changed
The control structure above needs to be changed in order to check also against ProjectTypeQuery.
Make also sure that for all users means for all admin users!
Actions