From: dbs Date: Mon, 15 Nov 2010 04:52:42 +0000 (+0000) Subject: Do not cache the authority context menu X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8e5d1e99334790c4823a15bde8cb67c91f34118a;p=working%2FEvergreen.git Do not cache the authority context menu Caching would be great, except when you add an authority in the flow and you expect to see it the next time you right-click on the authority that you just added. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18729 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js index 3ee7f8c929..add1cbca27 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.js +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js @@ -2334,7 +2334,7 @@ function browseAuthority (sf_popup, menu_id, target, sf, limit, page) { ; // would be good to carve this out into a separate function - dojo.xhrGet({"url":url, "sync": true, "handleAs":"xml", "load": function(records) { + dojo.xhrGet({"url":url, "sync": true, "preventCache": true, "handleAs":"xml", "load": function(records) { var create_menu = createMenu({ label: $('catStrings').getString('staff.cat.marcedit.create_authority.label')}); var cm_popup = create_menu.appendChild(