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

Pedro Amorim <pedro.amo...@openfifth.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #180781|0                           |1
        is obsolete|                            |

--- Comment #18 from Pedro Amorim <pedro.amo...@openfifth.co.uk> ---
Created attachment 180785
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180785&action=edit
Bug 39600: Switch OPAC ILL request listing to server-side rendering

This brings it technologically closer to intranet's ILL table and also enables
pagination.

Test plan:

1. In KTD, go to
http://localhost:8081/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=master+switch
and enable the ILL module
2. Run the following in koha-shell to populate the request list for user
`koha`:

    perl -Mt::lib::TestBuilder -e '
      my $builder = t::lib::TestBuilder->new;

      do {
        $builder->build_sample_ill_request({borrowernumber => 51});
      } for (1..50);
    '
3. Navigate to http://localhost:8080/cgi-bin/koha/opac-illrequests.pl, log in
as `koha` as needed
4. Observe the new request list being paginated and server-side-sortable

Sponsored-by: Wiko (https://www.wiko-berlin.de/)
Signed-off-by: Pedro Amorim <pedro.amo...@openfifth.co.uk>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to