Project

General

Profile

Actions

Defect #23959

open

Issue copy form load wrong data when user can't create issues in the copied issue project

Added by Lucas Arnaud over 7 years ago. Updated over 7 years ago.

Status:
Needs feedback
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

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


Files

Actions #1

Updated by Lucas Arnaud over 7 years ago

The previous patch was wrong. I am sending the fixed version.

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

Actions #2

Updated by Toshi MARUYAMA over 7 years ago

  • Tracker changed from Patch to Defect
Actions #3

Updated by Toshi MARUYAMA over 7 years ago

  • Category set to Issues
  • Status changed from New to Needs feedback

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 3.3.1.
Please tell us how to reproduce.

Actions

Also available in: Atom PDF