[Koha-bugs] [Bug 23529] Interlibrary loan javascript is broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 22 09:48:29 CEST 2019


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

Magnus Enger <magnus at libriotech.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #8 from Magnus Enger <magnus at libriotech.no> ---
The second patch does not quite fix the syntax problems, I think. As far as I
can see, the "if" that starts like this:

366     if (window.location.search.length == 0) {
367         var ajax = $.ajax(
368            
'/api/v1/illrequests?embed=metadata,patron,capabilities,library,status_alias,comments,requested_partners'
369             + filterParam
370             ).done(function() {

has to be closed like this, or the parens and brackets don't add up:

497                     return placedPassed && modifiedPassed;
498 
499                 });
500 
501             });
502     }

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


More information about the Koha-bugs mailing list