From d808d50599b02d447b02d0a6926d62f61e435a01 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 7 Feb 2006 01:19:23 +0000 Subject: [PATCH] don't dump the org tree or my_orgs git-svn-id: svn://svn.open-ils.org/ILS/trunk@2993 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js index 8aed235028..78a200c871 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js @@ -121,7 +121,11 @@ OpenILS.data.prototype = { } try { + var level = obj.error.sdump_levels.D_SES_RESULT; + if (classname == 'aou' || classname == 'my_aou') + obj.error.sdump_levels.D_SES_RESULT = false; obj.list[classname] = obj.network.request( app, method, params); + obj.error.sdump_levels.D_SES_RESULT = level; convert(); // if cacheable, store an offline copy /* FIXME -- we're going to revisit caching and do it differently -- 2.43.2