[Koha-bugs] [Bug 36215] Bookings calendar only shows bookings within RESTdefaultPageSize

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 13 09:06:44 CET 2024


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #6 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Ah sure about this change ?

         // Fetch list of bookable items
         let itemsFetch = $.ajax({
-            url: '/api/v1/biblios/' + biblionumber + '/items?bookable=1' +
'&_per_page=-1',
+            url: '/api/v1/biblios/' + biblionumber + '/items?bookable=1' +
'?_per_page=-1',


Looks like it will generate two question mark:
  url: '/api/v1/biblios/9999/items?bookable=1?_per_page=-1'

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


More information about the Koha-bugs mailing list