* ---------------------------------------------------------------------------
*/
+
if(!dojo._hasResource["openils.User"]) {
dojo._hasResource["openils.User"] = true;
location : null,
authtoken : null,
authtime : null,
+ workstation : null,
constructor : function ( kwargs ) {
kwargs = kwargs || {};
password : hex_md5(seed + hex_md5(args.passwd)),
type : args.type,
org : args.location,
+ workstation : args.workstation
};
var authReq = OpenSRF.CachedClientSession('open-ils.auth').request('open-ils.auth.authenticate.complete', loginInfo);
password : hex_md5(seed + hex_md5(args.passwd)),
type : args.type,
org : args.location,
+ workstation : args.workstation,
};
var data = fieldmapper.standardRequest(
hookupStore(_u.permOrgStoreCache[perm]);
else
_u.getPermOrgList(perm, buildTreePicker);
- }
+ },
});
openils.User.user = null;