Patch #2506
Trac importer duplicates tickets custom field values
Status: | Closed | Start date: | 2009-01-14 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 50% | ||
Category: | Importers | ||||
Target version: | 0.8.1 |
Description
Trac importer makes doubles in issues custom field values.
Trac importer :- creates a line in custom_values table with a NULL value when creating issue
- creates another line in custom_values table when parsing Trac custom values.
It should create/update only 1 line.
NB : I use MySQL InnoDB.
This patch is a workaround, but needs improvement.
History
#1
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Resolved
- Target version set to 0.8.1
This is fixed in r2280. Thanks for pointing this out.
#2
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from Resolved to Closed