From 56b594df4469b7a49eb82bafd0853703f78ec85e Mon Sep 17 00:00:00 2001 From: senator Date: Sat, 25 Sep 2010 03:45:21 +0000 Subject: [PATCH] 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 --- Open-ILS/web/js/dojo/openils/PermaCrud.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/web/js/dojo/openils/PermaCrud.js b/Open-ILS/web/js/dojo/openils/PermaCrud.js index ba8323acc7..e9f255b0ce 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 || -- 2.43.2