Vote #79087
未完了Unable to turn off "For all projects" flag of custom queries
0%
説明
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.¶
journals
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
--------------------------------------------------------------------------------
+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.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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)
!{width:300px;border:1px solid grey;}before.png!
After applying the patch
!{width:300px;border:1px solid grey;}after.png!
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,32930,Unable to uncheck "All projects" in saved issue filter query
Admin Redmine さんがほぼ4年前に更新
- カテゴリ を Issues_2 にセット
- 対象バージョン を Candidate for next major release_32 にセット