lp1491875 unlock twice for marc editor :-/ collab/phasefx/lp1491875
authorJason Etheridge <jason@esilibrary.com>
Wed, 26 Apr 2017 21:23:26 +0000 (17:23 -0400)
committerJason Etheridge <jason@esilibrary.com>
Wed, 26 Apr 2017 21:26:04 +0000 (17:26 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/xul/staff_client/server/cat/marcedit.js

index dca52a6..68bf3a3 100644 (file)
@@ -1242,6 +1242,7 @@ function save_attempt(xml_string) {
                 tab.marc_edit_changed = false;
             }
             oils_unlock_page();
+            oils_unlock_page(); /* kludge for LP1491875 */
             if (result.id) {
                 replace_on_complete = fastItemAdd_attempt(result.id);
             }