[open-ils-commits] r10657 - trunk/Open-ILS/src/extras
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Sep 20 20:27:12 EDT 2008
Author: phasefx
Date: 2008-09-20 20:27:11 -0400 (Sat, 20 Sep 2008)
New Revision: 10657
Modified:
trunk/Open-ILS/src/extras/ils_events.xml
Log:
Added an event to prevent the following...
srfsh# request open-ils.actor open-ils.actor.user.get_work_ous "065ee1b9c57f56e84f7d60de44774eaa", 2
Received Exception:
Name: osrfMethodException
Status: *** Call to [open-ils.actor.user.get_work_ous] failed for session [1221956703.677298.122195670312701], thread trace [1]:
Exception: OpenSRF::EX 2008-09-20T20:25:05 OpenSRF::Application /usr/local/share/perl/5.8.8/OpenSRF/Application.pm:202 : No event defined with textcode: PERMISSION_USR_WORK_OU_MAP_NOT_FOUND
Modified: trunk/Open-ILS/src/extras/ils_events.xml
===================================================================
--- trunk/Open-ILS/src/extras/ils_events.xml 2008-09-20 07:40:51 UTC (rev 10656)
+++ trunk/Open-ILS/src/extras/ils_events.xml 2008-09-21 00:27:11 UTC (rev 10657)
@@ -571,6 +571,9 @@
<event code='1647' textcode='VANDELAY_QUEUED_AUTHORITY_RECORD_NOT_FOUND'>
<desc xml:lang='en-US'>The requested vandelay_queued_authority_record was not found</desc>
</event>
+ <event code='1648' textcode='PERMISSION_USR_WORK_OU_MAP_NOT_FOUND'>
+ <desc xml:lang='en-US'>The requested permission_usr_work_ou_map was not found</desc>
+ </event>
More information about the open-ils-commits
mailing list