tslittle / tiffanymaster

0 stars 0 forks source link

All queues created as type 'bib' #41

Closed tslittle closed 2 years ago

tslittle commented 3 years ago

net.service.ts:144 open-ils.vandelay.acq_queue.owner.retrieve failed! stat=404 msg=Method [open-ils.vandelay.acq_queue.owner.retrieve] not found for OpenILS::Application::Vandelay

tslittle commented 3 years ago

I got this working by changing getallQueues('acq') to getallQueues('bib') in upload.ts. No more console error. Created a little queue in vandelay and confirmed it's now showing in the list of queues in LMOR.

This could use some more work to more closely follow vlagent.js, which limits to queues which are for acq.

tslittle commented 3 years ago

This doesn't impact functionality, but it does mean that queues created will be type 'bib' (I think) instead of 'acq'. They'd still be retrievable, though, so I don't think it's a showstopper.