From: senator Date: Sat, 25 Sep 2010 03:45:21 +0000 (+0000) Subject: How did this get lost? PermaCrud authoritative might work now? X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=56b594df4469b7a49eb82bafd0853703f78ec85e;p=evergreen%2Fbjwebb.git How did this get lost? PermaCrud authoritative might work now? git-svn-id: svn://svn.open-ils.org/ILS/trunk@17989 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/openils/PermaCrud.js b/Open-ILS/web/js/dojo/openils/PermaCrud.js index ba8323acc..e9f255b0c 100644 --- a/Open-ILS/web/js/dojo/openils/PermaCrud.js +++ b/Open-ILS/web/js/dojo/openils/PermaCrud.js @@ -26,11 +26,13 @@ if(!dojo._hasResource["openils.PermaCrud"]) { session : null, authtoken : null, connnected : false, + authoritative : false, constructor : function ( kwargs ) { kwargs = kwargs || {}; this.authtoken = kwargs.authtoken; + this.authoritative = kwargs.authoritative; this.session = kwargs.session ||