##// END OF EJS Templates
Merged IssuesController #edit and #update into a single actions....
Merged IssuesController #edit and #update into a single actions. Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status (#519, #581, #587). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1129 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r662:8da5bad29516
r1115:43a6f312edde
Show More
queries.yml
22 lines | 343 B | text/x-yaml | YamlLexer
---
queries_001:
name: Multiple custom fields query
project_id: 1
filters: |
---
cf_1:
:values:
- MySQL
:operator: "="
status_id:
:values:
- "1"
:operator: o
cf_2:
:values:
- "125"
:operator: "="
id: 1
is_public: true
user_id: 1