From fa7b96befa8ffc9d4eccf8544a6b2de6957661be Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 14 Jul 2008 00:35:15 +0000 Subject: [PATCH] Reset the MARC View, Holdings Maintenance, and View Holds interfaces on save in the MARC Editor. We can't reset the OPAC View in the same way without messing up navigation through OPAC events, so need to give that some thought. git-svn-id: svn://svn.open-ils.org/ILS/trunk@10024 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/cat/opac.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/cat/opac.js b/Open-ILS/xul/staff_client/chrome/content/cat/opac.js index caf3c80f24..be0b4284bf 100644 --- a/Open-ILS/xul/staff_client/chrome/content/cat/opac.js +++ b/Open-ILS/xul/staff_client/chrome/content/cat/opac.js @@ -78,6 +78,9 @@ function set_marc_edit() { 'func' : function (new_marcxml) { try { var r = g.network.simple_request('MARC_XML_RECORD_UPDATE', [ ses(), docid, new_marcxml ]); + marc_view_reset = true; + copy_browser_reset = true; + hold_browser_reset = true; if (typeof r.ilsevent != 'undefined') { throw(r); } else { -- 2.43.2