https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40314 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=23547 Status|Needs Signoff |Failed QA CC| |jonathan.druart@gmail.com, | |lucas@bywatersolutions.com --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- - asColumnDefs: [{ aTargets: [1], sType: "nsb-nse" }], There is another one, same table. We could do this remove it and add it: columnDefs: [ + { type: "nsb-nse", targets: [1] }, { className: "dtr-control", orderable: false, targets: -1 }, ], But I don't understand why it targets column 1, the second column is "Department". I guess it's an error and should be 0? But... actually, we use nsb-nse when we display a biblio record title, what we don't do here, so maybe just remove this nsb-nse rule here? It's coming from commit 6179fcce8cffa33a19e997e9ee6a88ae22ce43d5 Author: Lucas Gass <lucas@bywatersolutions.com> Bug 23547: Add column configuration to course reserves table in the OPAC @Lucas, was it intentional? -- You are receiving this mail because: You are watching all bug changes.