[open-ils-commits] r17990 - branches/rel_2_0/Open-ILS/web/js/dojo/openils (senator)

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


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

Modified:
   branches/rel_2_0/Open-ILS/web/js/dojo/openils/PermaCrud.js
Log:
Backport r17989 from trunk


Modified: branches/rel_2_0/Open-ILS/web/js/dojo/openils/PermaCrud.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/dojo/openils/PermaCrud.js	2010-09-25 03:45:21 UTC (rev 17989)
+++ branches/rel_2_0/Open-ILS/web/js/dojo/openils/PermaCrud.js	2010-09-25 03:45:43 UTC (rev 17990)
@@ -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