From cd7e9328d571f29045033137700741070eafdbdb Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 16 Mar 2009 19:00:43 +0000 Subject: [PATCH] oops, wrong api name. fixed git-svn-id: svn://svn.open-ils.org/ILS/trunk@12544 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/User.js | 2 +- Open-ILS/xul/staff_client/server/admin/adminlib.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/js/dojo/openils/User.js b/Open-ILS/web/js/dojo/openils/User.js index 885dbe59e1..ecf92cfedd 100644 --- a/Open-ILS/web/js/dojo/openils/User.js +++ b/Open-ILS/web/js/dojo/openils/User.js @@ -212,7 +212,7 @@ if(!dojo._hasResource["openils.User"]) { }; 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 diff --git a/Open-ILS/xul/staff_client/server/admin/adminlib.js b/Open-ILS/xul/staff_client/server/admin/adminlib.js index 36b9e52680..e805115fd0 100644 --- a/Open-ILS/xul/staff_client/server/admin/adminlib.js +++ b/Open-ILS/xul/staff_client/server/admin/adminlib.js @@ -62,7 +62,7 @@ function fetchHighestPermOrgs( session, userId, perms ) { 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){ -- 2.11.0