Vote #76658
完了Mail handler: don't allow override of some attributes by default
0%
説明
Environment: Redmine version 3.1.0.stable Ruby version 2.0.0-p645 (2015-04-13) [i386-mingw32] Rails version 4.2.3 Environment production Database adapter SQLServer
- I replied to email notification from Redmine about the issue (with "RE: [test - Work #1198] in subject):
Issue #1198 has been reported by Ryabinovskiy Alexander.
Work #1198: test issue from email
• Author: Ryabinovskiy Alexander
• Status: New
• Priority: Low
• Assignee: Developer2
• Category:
• Target version:
Project: test2
Test issue description
I ran command on server:
rake redmine:email:receive_pop3 unknown_user=accept host=comp.local port=110 username=redmine@comp.local password=XXX allow_override=project,tracker,priority project=test
Issue #1198 was updated: Status, Priority, Target version, Assignee was changed, and Project did not. But I used only allow_override=project,tracker,priority option!
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Indeed, some attributes were always overridable and this was not documented. This behaviour is now removed, all attributes have to be explicitly listed with the allow_override option to be overridable.
For those who want all attributes to be overridable, allow_override=all can now be used.
--------------------------------------------------------------------------------
Jean-Philippe Lang wrote:
> Indeed, some attributes were always overridable and this was not documented. This behaviour is now removed, all attributes have to be explicitly listed with the allow_override option to be overridable.
>
> For those who want all attributes to be overridable, allow_override=all can now be used.
I've updated the [[RedmineReceivingEmails#Issue-attributes]] page to match these changes. Thanks for fixing this.
--------------------------------------------------------------------------------
related_issues
copied_to,Closed,20454,Mail handler: unwanted assignment to a group occurs