How did this get lost? PermaCrud authoritative might work now?
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 25 Sep 2010 03:45:21 +0000 (03:45 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 25 Sep 2010 03:45:21 +0000 (03:45 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17989 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/dojo/openils/PermaCrud.js

index ba8323a..e9f255b 100644 (file)
@@ -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 ||