[open-ils-commits] r17989 - trunk/Open-ILS/web/js/dojo/openils (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 24 23:45:24 EDT 2010


Author: senator
Date: 2010-09-24 23:45:21 -0400 (Fri, 24 Sep 2010)
New Revision: 17989

Modified:
   trunk/Open-ILS/web/js/dojo/openils/PermaCrud.js
Log:
How did this get lost? PermaCrud authoritative might work now?


Modified: trunk/Open-ILS/web/js/dojo/openils/PermaCrud.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/PermaCrud.js	2010-09-25 03:27:57 UTC (rev 17988)
+++ trunk/Open-ILS/web/js/dojo/openils/PermaCrud.js	2010-09-25 03:45:21 UTC (rev 17989)
@@ -26,11 +26,13 @@
         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 ||



More information about the open-ils-commits mailing list