On Thu, 07 Nov 2013, [email protected] wrote: > Only for historical reasons (and while waiting for the 'INSPIRE > mega-branch' soon-to-be-merged to master), I managed to easily revert > this behavior by commenting out > createReq({recID: gRecID, requestType: 'getTickets'}, onGetTicketsSuccess); > in bibedit_engine.js
A better fix would be to introduce try/except in bibedit_engine.py's perform_request_bibcatalog() to properly account for situations when ticketing backends do not support ticket searching. Currently the BibEdit code is relying that ticket search always available. Sam, do you have this already in the OPS branch, or shall I commit a quick fix along these lines? Best regards -- Tibor Simko

