Vote #77847
未完了Issue copy form load wrong data when user can't create issues in the copied issue project
0%
説明
When a user tries to copy an issue in a project they are not allowed to create issues, the first available project in combo box is selected but all form data rendered (custom fields, assignable users, possible watchers, etc) are based on the current.
In order to load the selected project data, the user have to select a different project and then the first one to force to reload the form.
The following patch solves this bug by setting the issue project to the first "@issue.allowed_target_projects" in IssuesController#build_new_issue_from_params
journals
The previous patch was wrong. I am sending the fixed version.
<pre>
These are my environment settings:
Redmine version 3.3.0.stable
Ruby version 2.3.1-p112 (2016-04-26) [x86_64-linux]
Rails version 4.2.6
Environment development
Database adapter PostgreSQL
</pre>
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Lucas Arnaud wrote:
> When a user tries to copy an issue in a project they are not allowed to create issues, the first available project in combo box is selected but all form data rendered (custom fields, assignable users, possible watchers, etc) are based on the current.
Sorry, I cannot reproduce on version:3.3.1.
Please tell us how to reproduce.
--------------------------------------------------------------------------------