| Paste number 60729: | auth error fetching fund names |
| Pasted by: | djfiander |
| 6 months, 2 weeks ago | |
| #openils-evergreen | Context in IRC logs | |
| Paste contents: |
| fieldmapper.standardRequest( ['open-ils.acq', 'open-ils.acq.fund.org.retrieve'], { async: true, params: [openils.User.authtoken, null, {flesh_summary:1}], oncomplete: function (r) { var msg; while (msg = r.recv()) { var f = msg.content(); console.dir(f) openils.widget.FundSelector.fundNames.push(f.name()); openils.widget.FundSelector.fundCodes.push(f.id()); } } } ); |
Annotations for this paste:
| Annotation number 1: | error |
| Pasted by: | djfiander |
| 6 months, 2 weeks ago | |
| Context in IRC logs | |
| Paste contents: |
| desc "User login session has either timed out or does not exist" ilsevent "1001" pid "10367" servertime "Tue May 13 22:32:17 2008" stacktrace "/openils/lib/perl5/OpenILS/Application/AppUtils.pm:341 /openils/lib/perl5/OpenILS/Utils/CStoreEditor..." textcode "NO_SESSION" f.name is not a function [Break on this error] undefined |