From: phasefx Date: Mon, 18 Jul 2005 18:52:27 +0000 (+0000) Subject: home group instead of profile X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=eb58f824f552bb980531a2a1be1c947a02a6abd7;p=Evergreen.git home group instead of profile git-svn-id: svn://svn.open-ils.org/ILS/trunk@1268 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 );