Summary: | Some database fields are displayed 'as is' when they are linked to authorised values | ||
---|---|---|---|
Product: | Koha | Reporter: | Gaetan Boisson <gaetan.boisson> |
Component: | Architecture, internals, and plumbing | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7379 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 7515 |
Description
Gaetan Boisson
2012-02-10 15:09:34 UTC
Here's a proposal for solving this problem : The table in which items are displayed on the additems.pl actually lists all the information properly, with the description and not the code when a field is linked to an authorized value. This also has the added benefit of displaying whatever is found in more_subfields_xml with the right title for the column, which would denifitely solve the problem of recyvling fields. The bug description is not clear on which fields should be fixed. I am wondering if this is a WONTFIX as arbitrary reuse of fields probably is causing other issues as well and improving more_subfields_xml instead might be the better idea. Closing as WONTFIX as per my suggestion from 2019, please reopen with more information if you disagree! |