Bug 38106

Summary: In table settings for the items table in cataloguing some fields are not listed and cannot be hidden
Product: Koha Reporter: Lucy Vaux-Harvey <lucy.vaux-harvey>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: In Discussion --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, m.de.rooy
Version: 23.11   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Crowdfunding goal: 0
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 38106: Add missing items table columns to the yml file
Bug 38106: Show attributes even if not in displayed in tab 10 (items)

Description Lucy Vaux-Harvey 2024-10-07 15:34:04 UTC
Go to Table Settings > Cataloguing > Items editor table (itemst). Some item fields are missing such as
items.cn_sort - Koha normalized classification for sorting
items.itemnumber - Koha itemnumber (autogenerated)
items.issues - 	Total Checkouts
All three fields are mapped in Koha to MARC Mapping on the system concerned.
Comment 1 Jonathan Druart 2025-10-23 10:21:07 UTC
Created attachment 188318 [details] [review]
Bug 38106: Add missing items table columns to the yml file
Comment 2 Jonathan Druart 2025-10-23 10:21:09 UTC
Created attachment 188319 [details] [review]
Bug 38106: Show attributes even if not in displayed in tab 10 (items)
Comment 3 Jonathan Druart 2025-10-23 10:21:17 UTC
Hum, I am not convince this second patch is correct.

We are now going to show subfields that are not in tab 10, even those "ignored" for instance.

It does fix what you described in comment 0 however. Attaching the patches for discussion.