https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37334
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cannot order/sort holdings |Cannot filter holdings |table by status |table by status --- Comment #2 from Jonathan Druart <[email protected]> --- On bug 33568 I clearly stated that we were loosing the ability to search on the status. """ commit 385048f27ccb5eaeeac2e90130d621305a537960 Bug 33568: Status See the FIXME in the code, we are losing the ability to search on the status, but this is really impossible to implement if we are not storing the status (DB or search engine). """ Actually the search is not impossible, tricky but feasible. However the sort is clearly not possible if we don't store the status (ie. if we keep calculating it on the fly). I think the use cases and the needs are answered with the filtering restored. I am renaming the bug to highlight that, but feel free to open a separate one if it is still problematic. But keep in mind that we need to rethink how/when/where we store and calculate the status, and it's not a trivial change. -- 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/
