Bug 38472 - exportColumns hard-coded in patron categories
Summary: exportColumns hard-coded in patron categories
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 36640
Blocks:
  Show dependency treegraph
 
Reported: 2024-11-18 13:53 UTC by Jonathan Druart
Modified: 2024-11-18 13:53 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2024-11-18 13:53:03 UTC
categories.js has
  exportColumns: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],

It must use .noExport instead of the IDs. We are building the column list depending on syspref so the ID cannot be hard-coded.