https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23279 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 91410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91410&action=edit Bug 23279: In news management interface, sort news by publication date descending This patch makes a few changes to the configuration of the DataTable showing news items in the staff client. It adds a default sort on "Publication date," descending; It updates the way non-sortable columns are configured; It modifies sorting on the title and content columns so that articles are ignored. To test, apply the patch and go to Tools -> News. - When the page loads the table of news items should sort by default on publication date, descending. - There should be no sorting indicator on the first and last columns. - When sorting the "Title" or "News" columns, articles "A," "An," and "The" should be ignored. -- You are receiving this mail because: You are watching all bug changes.