backport changesets 16411 and 16393 for authoritative methods
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 10 May 2010 18:37:44 +0000 (18:37 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 10 May 2010 18:37:44 +0000 (18:37 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16412 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/admin/adminlib.js
Open-ILS/xul/staff_client/server/patron/summary.js

index e805115..baee158 100644 (file)
@@ -30,7 +30,7 @@ function fetchUser(session) {
 function fetchFleshedUser(id, callback) {
        if(id == null) return null;
        var req = new Request(
-               'open-ils.actor:open-ils.actor.user.fleshed.retrieve', SESSION, id );
+               'open-ils.actor:open-ils.actor.user.fleshed.retrieve.authoritative', SESSION, id );
 
        if( callback ) {
                req.callback( function(r){callback(r.getResultObject());} );
index 7f84681..09e2765 100644 (file)
@@ -694,7 +694,7 @@ patron.summary.prototype = {
                                                        );
                                                } else if (obj.id && obj.id != 'null') {
                                                        robj = obj.network.simple_request(
-                                                               'FM_AU_FLESHED_RETRIEVE_VIA_ID',
+                                                               'FM_AU_FLESHED_RETRIEVE_VIA_ID.authoritative',
                                                                [ ses(), obj.id ]
                                                        );
                                                } else {