oils_i18n_gettext has bad IDs in 950 seed data
Bug #1680312 reported by
Ben Shum
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Evergreen master (and older too)
It looks like we have a bunch of re-used IDs in the 950 seed data for oils_i18n_gettext translation purposes and this is leading to generating 950 seed data SQL inserts that can conflict with each other.
An example mismatch:
INSERT INTO config.
The ID should be 1404, but is getting an oils_i18n_gettext ID of 724 (which is already used elsewhere)
Need to renumber all these INSERT ids for translation purposes.
tags: | added: i18n |
Changed in evergreen: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → 2.12.1 |
Changed in evergreen: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Working branch to renumber the IDs accordingly: user/bshum/ lp1680312- fix-ids- 950-seed- data
http:// git.evergreen- ils.org/ ?p=working/ Evergreen. git;a=shortlog; h=refs/ heads/user/ bshum/lp1680312 -fix-ids- 950-seed- data