From eb58f824f552bb980531a2a1be1c947a02a6abd7 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 18 Jul 2005 18:52:27 +0000 Subject: [PATCH] home group instead of profile git-svn-id: svn://svn.open-ils.org/ILS/trunk@1268 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Evergreen/staff_client/chrome/content/evergreen/auth/auth.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Evergreen/staff_client/chrome/content/evergreen/auth/auth.js b/Evergreen/staff_client/chrome/content/evergreen/auth/auth.js index 6e6016eacd..9417b57a32 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/auth/auth.js +++ b/Evergreen/staff_client/chrome/content/evergreen/auth/auth.js @@ -142,9 +142,10 @@ function auth_ses_callback(request) { mw.G.auth_ses = [ auth_ses ]; sdump( 'D_AUTH', 'D_AUTH_SES: ' + typeof(mw.G['auth_ses'][0]) + ' : ' + mw.G['auth_ses'][0] + '\n'); + //'open-ils.actor.user.profiles.retrieve', user_async_request( 'open-ils.actor', - 'open-ils.actor.user.profiles.retrieve', + 'open-ils.actor.groups.retrieve', [], ap_list_callback ); -- 2.43.2