https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31028
--- Comment #324 from Martin Renvoize <[email protected]> --- (In reply to David Nind from comment #323) > 1. OPAC redirect to log in: This was because of the work that happened on 21699 between times.. I've got a fix ready here now and will upload shortly. > 2. Catalog concerns landing page: the filter for the Status column doesn't > seem to work: > - Have two catalog concerns - one open and one closed > - For the status column filter, start typing Open > - No results shown This one is much harder.. searches happen serverside and run against the 'resolved_date' right now (i.e A search for the displayed words won't work as it's expecting to search on a date). It highlighted to me that I also display resolver name so we should fire against the firstname and lastname fields for the resolver (So a search for 'David' would filter.. but this doesn't help with a search for 'Open' still and I have no clear way around that.. we do have the filter at the top of the page especially for this reason though..) Should just remove searching for that field do you think? -- 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/
