[open-ils-commits] r12544 - in trunk/Open-ILS: web/js/dojo/openils xul/staff_client/server/admin (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Mar 16 15:00:47 EDT 2009
Author: erickson
Date: 2009-03-16 15:00:43 -0400 (Mon, 16 Mar 2009)
New Revision: 12544
Modified:
trunk/Open-ILS/web/js/dojo/openils/User.js
trunk/Open-ILS/xul/staff_client/server/admin/adminlib.js
Log:
oops, wrong api name. fixed
Modified: trunk/Open-ILS/web/js/dojo/openils/User.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/User.js 2009-03-16 17:25:47 UTC (rev 12543)
+++ trunk/Open-ILS/web/js/dojo/openils/User.js 2009-03-16 19:00:43 UTC (rev 12544)
@@ -212,7 +212,7 @@
};
fieldmapper.standardRequest(
- ['open-ils.actor', 'open-ils.actor.user.user_has_work_perm_at.batch'],
+ ['open-ils.actor', 'open-ils.actor.user.has_work_perm_at.batch'],
{ async: true,
params: [this.authtoken, permList],
oncomplete: oncomplete
Modified: trunk/Open-ILS/xul/staff_client/server/admin/adminlib.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/adminlib.js 2009-03-16 17:25:47 UTC (rev 12543)
+++ trunk/Open-ILS/xul/staff_client/server/admin/adminlib.js 2009-03-16 19:00:43 UTC (rev 12544)
@@ -62,7 +62,7 @@
function fetchHighestWorkPermOrgs(session, userId, perms, onload) {
var req = new RemoteRequest(
'open-ils.actor',
- 'open-ils.actor.user.user_has_work_perm_at.batch',
+ 'open-ils.actor.user.has_work_perm_at.batch',
session, perms);
if(onload) {
req.setCompleteCallback(function(r){
More information about the open-ils-commits
mailing list