[Koha-bugs] [Bug 20600] Provide the ability for users to filter ILL requests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 12 17:27:45 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20600

--- Comment #57 from Josef Moravec <josef.moravec at gmail.com> ---
Comment on attachment 78463
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78463
Bug 20600: Add filtering of ILL requests in list

Review of attachment 78463:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20600&attachment=78463)
-----------------------------------------------------------------

::: Koha/REST/V1/Illrequests.pm
@@ +65,5 @@
>      }
> +
> +    # Create new "formatted" columns for each date column
> +    # that needs formatting
> +    foreach(@req_list) {

I do not like this. The date should not be formatted on API level. It should be
left to client/UI.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list