From b0f1824bec8913b4807c14d0b6ddcd2c20e3ebae Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 14 Jul 2008 00:34:09 +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/branches/rel_1_2_2@10023 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/cat/opac.xul | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul b/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul index 90d3407ebe..313da2b8e1 100644 --- a/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul +++ b/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul @@ -112,6 +112,9 @@ '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.11.0