[open-ils-commits] r19865 - trunk/Open-ILS/xul/staff_client/server/admin (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Mar 28 12:31:29 EDT 2011


Author: phasefx
Date: 2011-03-28 12:31:26 -0400 (Mon, 28 Mar 2011)
New Revision: 19865

Modified:
   trunk/Open-ILS/xul/staff_client/server/admin/adminlib.js
Log:
fixes things like the stat cat editor, since that extra param now changes the return signature of the method

Signed-off-by: Jason Etheridge <jason at esilibrary.com>


Modified: trunk/Open-ILS/xul/staff_client/server/admin/adminlib.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/adminlib.js	2011-03-25 18:21:04 UTC (rev 19864)
+++ trunk/Open-ILS/xul/staff_client/server/admin/adminlib.js	2011-03-28 16:31:26 UTC (rev 19865)
@@ -18,7 +18,7 @@
     }
     if(!session) throw "User session is not defined";
     SESSION = session;
-    var request = new Request(FETCH_SESSION, session, 1);
+    var request = new Request(FETCH_SESSION, session);
     request.send(true);
     var user = request.result();
     if(checkILSEvent(user)) throw user;



More information about the open-ils-commits mailing list