https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40314

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.koha-community
                   |                            |.org/bugzilla3/show_bug.cgi
                   |                            |?id=23547
             Status|Needs Signoff               |Failed QA
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #2 from Jonathan Druart <[email protected]> ---
-                    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 <[email protected]>
  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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to