https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14962 --- Comment #110 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 194311 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194311&action=edit Bug 14962: (QA follow-up) Apply full active-display filter in get_public get_public only checked end_date, allowing disabled displays and displays not yet started to be retrieved by unauthenticated OPAC users. Apply the same criteria used by Koha::Displays->active: enabled must be true, start_date must be null or in the past, and end_date must be null or in the future. Sponsored-by: ByWater Solutions Signed-of-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.