Summary: | Bibliographic frameworks fail to install | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Installation and upgrade (command-line installer) | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | 1joynelson, bgkriegel, lucas |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24137 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
20.05.00, 19.11.02, 19.05.07
|
Circulation function: | |
Bug Depends on: | 24312, 24314 | ||
Bug Blocks: | 17258 | ||
Attachments: |
Bug 24328: Fix bibliographic frameworks install (linkid)
Zipped patch with sign-off lines |
Description
Jonathan Druart
2020-01-02 12:11:54 UTC
Created attachment 96735 [details] Bug 24328: Fix bibliographic frameworks install (linkid) Had to gunzip this, otherwise I get a 413. Count this as signed Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> If needed I can upload a gzipped signed patch, but present one it's Ok Tested enabling strict mode (MySQL), load failed before patch, load ok after patch. Comment: This field 'linkid' can be removed from the inserts, it's default value is '0' and we are inserting just that in all cases. select count(*),linkid from auth_subfield_structure group by linkid" +----------+--------+ | count(*) | linkid | +----------+--------+ | 13398 | 0 | +----------+--------+ Thx Jonathan, consider it PQA from me ;) Created attachment 96770 [details]
Zipped patch with sign-off lines
Nice work everyone! Pushed to master for 20.05 Pushed to 19.11.x branch for 19.11.02 backported to 19.05.x for 19.05.07 |