Bug 24317: Sample patron data not loading for non-English installations
commit0d52062219bc898e46aff1920f1ccc4e61d4c604
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 30 Dec 2019 11:52:03 +0000 (30 06:52 -0500)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 2 Jan 2020 12:13:33 +0000 (2 12:13 +0000)
tree9bdb486ee65cdf336270e928f5acaf58deccde6c
parentc1d56dde9300dfed53e72612276717cce0f65de2
Bug 24317: Sample patron data not loading for non-English installations

Bug 14570 removed the guarantorid column from the English sample data but missed the other translated installers. This means the sample patrons can no longer be installed for other languages.

Test Plan:
1) Attempt to install the sample patron data in German, Spanish, Norwegian, and Polish
2) Note the error
3) Apply this patch
4) Repeat step 1
5) No error!

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
On top of Bug 24316 + followup

Tested doing clean install for de-DE es-ES fr-CA it-IT nb-NO pl-PL
up to loading of all mandatory & optional data.
All languages load without problems.
A small qa error fixed in commit message.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
installer/data/mysql/de-DE/optional/sample_patrons.sql
installer/data/mysql/es-ES/optional/sample_patrons.sql
installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.sql
installer/data/mysql/pl-PL/optional/sample_patrons.sql [copied from installer/data/mysql/de-DE/optional/sample_patrons.sql with 68% similarity]