Summary: | It is possible to create unusable category codes (ccode) due to field length mismatch | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Cataloging | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | jonathan.druart, m.de.rooy, marjorie.barry-vila |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5458 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 17216 | ||
Bug Blocks: | |||
Attachments: |
Bug 18097 - Update kohastructure.pl
Bug 18097: Add FK for authorised values |
Description
Kyle M Hall (khall)
2017-02-10 16:16:44 UTC
Created attachment 60121 [details] [review] Bug 18097 - Update kohastructure.pl Kyle, do you plan to provide a complete patch? (In reply to Jonathan Druart from comment #2) > Kyle, do you plan to provide a complete patch? I haven't found the time yet to identify all columns that have the option to be authorised values yet. If you want to add a patch please go ahead! Created attachment 60656 [details] [review] Bug 18097: Add FK for authorised values This patch seems more complicate and cover other authorised values FK. However I am wondering if ccode DB fields should have a FK as well. It looks like we fixed this elsewhere: items.ccode is 80 chars now. (In reply to Katrin Fischer from comment #6) > It looks like we fixed this elsewhere: items.ccode is 80 chars now. Maybe ccode, but what I tried to address (av columns) with my patch is not fixed. *** This bug has been marked as a duplicate of bug 5458 *** |