https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42973
--- Comment #2 from Laura Escamilla <[email protected]> --- While working on the follow-up, I confirmed that the staff interface uses the same Koha::AdditionalContents->search_for_display() method (mainpage.pl) as the OPAC. Because of that, restoring the ordering logic in Koha::AdditionalContents->search_for_display() updates the ordering for both the OPAC and the staff interface. I tested both: OPAC main page: manually positioned news items appear first, followed by unnumbered news ordered by publication date (newest first). Staff main page: the same ordering is applied. No additional changes to mainpage.pl were required, as both interfaces share the same search method. -- 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/
