Defect #28033
open
Unable to turn off "For all projects" flag of custom queries
Added by Go MAEDA almost 7 years ago.
Updated over 1 year ago.
Description
The "For all projects" flag of custom queries cannot be disabled if once enabled.
Steps to reproduce:
- Create a query with "For all projects" flag enabled.
- Edit the newly created query.
- Uncheck "For all projects" checkbox and save the query.
- Edit the query again.
- "For all projects" checkbox is expected to be cleared, but it is actually checked.
Files
It is because queries with "For all projects" enabled don't have the information of its belonging project.
The attribute IssueQuery.project
indicates the query's belonging project, but the value is nil for queries "for all projects" (nil means that the queriy is "For all projects"). Therefore, Redmine cannot determine the value to be set for the "project_id" attribute when "For all projects" is disabled, and project_id will remain nil even after saving the query. As a result, the "For all projects" never be turned off.
+1 please see #32930 I've proposed a possible solution.
Aleksandar Pavic wrote:
+1 please see #32930 I've proposed a possible solution.
The following is the suggested solution in #32930#note-1:
One possible solution would be to show project select box, when All projects is unchecked.
- Has duplicate Defect #32930: Unable to uncheck "All projects" in saved issue filter query added
You become able to switch "For all projects" and the current project on the custom query edit form. I have attached a patch.
Current trunk(r21364)
After applying the patch
- Target version set to Candidate for next major release
Updated the patch for the current trunk (r22174).
- Has duplicate Defect #38410: An authorized user should be able to remove 'For all projects' in a saved issue query added
Also available in: Atom
PDF