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());
}
}
}
);
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