Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.0
-
Fix Version/s: 5.1.0
-
Component/s: None
-
Labels:None
Description
The upgrade to remove packages.name and the other language based columns assumes that the multi-language table (i.e. package_names) contains the same content. However, though the 4.5 migration did migrate the contents of packages.name to package_names, it was possible for packages created after the migration to set packages.name but not package_names. In this case the 5.0 migration removes the only existing record of the package name.
To resolve this, let's update the the 5.0 migration to use a query to map values from packages.name to package_names if no record currently exists for the package in package_names. We should also check the other language based columns to make sure no similar issue exists.
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.2.0 Sprint 1 [ 137 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked lower |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Assignee | Jonathan Reissmueller [ jonathan ] |
Jonathan Reissmueller
made changes -
Status | Open [ 1 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |