https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553
--- Comment #59 from Jonathan Druart <[email protected]> --- (In reply to Owen Leonard from comment #47) > Looks like something got lost in the transition... There should be some > defaults being set, e.g. > > var default_column_defs = [ > { "aTargets": ["string-sort"], "sType": "string" }, > { "aTargets": ["anti-the"], "sType": "anti-the" }, > { "aTargets": ["NoSort"], "bSortable": false, "bSearchable": > false } > ]; > > I don't think this is working in the OPAC or staff interface. I should be > able to remove the table options in a template (e.g. opac-user.tt) and still > have the options work. I don't find this to be the case. Good catch, should be fixed now (see "Bring default columnDefs back") (In reply to Owen Leonard from comment #48) > It also looks like some defaults may be different? On opac-user.pl I notice > that the holdings and holds tables don't show all their contents. It needs > to be updated to add "paging: false" to show all results. See "Restore default 'paging: false' - OPAC". Did you notice another default that is wrong? -- 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/
