Defect #21766
CSV import does not keep the project it was clicked from
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Importers | |||
Target version: | 4.1.0 | |||
Resolution: | Fixed | Affected version: | 3.2.0 |
Description
When clicking the new Import link in the side bar menu of Issues, the project information seems to be lost.
There are several consequences:- Clicking the sidebar links in one of the import steps has various consequences, from no action (custom queries) to Error 500 (Calendar, Gantt)
- When reaching the field mapping step, there is a project which is preselected, but not the one the import link was clicked from.
Associated revisions
CSV import does not keep the project it was clicked from (#21766).
Patch by Marius BALTEANU.
History
#1
Updated by Olivier Houdas over 6 years ago
Sorry, for the Calendar and Gantt links, the error 500 is due to a plugin.
#2
Updated by Toshi MARUYAMA over 6 years ago
- Status changed from New to Needs feedback
Did you solve problems?
#3
Updated by Olivier Houdas over 6 years ago
Well, not #2.
The fact that side-bar menus are not really relevant in the import page (since it is not set to any project) is just a note.
This is not a serious issue, but there is a reference to @import.project in the mapping page (views/mapping.html.erb) which returns a value, but we will never get the project we actually came from, because the link in the project\issues page is not project-dependent.
#4
Updated by Toshi MARUYAMA over 6 years ago
- Status changed from Needs feedback to New
#5
Updated by Marius BALTEANU almost 3 years ago
- Status changed from New to Confirmed
I confirm this behavior in the latest trunk.
#6
Updated by Marius BALTEANU almost 3 years ago
- Assignee set to Marius BALTEANU
#7
Updated by Marius BALTEANU almost 3 years ago
- Subject changed from CSV import does keep the project it was clicked from to CSV import does not keep the project it was clicked from
#8
Updated by Marius BALTEANU almost 3 years ago
- File 0002-Fix-CSV-import-does-not-keep-the-project-it-was-clic.patch
added
- Assignee deleted (
Marius BALTEANU) - Target version set to Candidate for next major release
Attached is a fix for this problem, it can be applied on top of #32196.
#9
Updated by Marius BALTEANU almost 3 years ago
Should we include this fix in 4.1.0?
#10
Updated by Go MAEDA over 2 years ago
- Target version changed from Candidate for next major release to 4.1.0
#11
Updated by Go MAEDA over 2 years ago
Confirmed the issue. Since the change is small, I have set the target version to 4.1.0.
#12
Updated by Jean-Philippe Lang over 2 years ago
- Status changed from Confirmed to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed.