From 0e0cbe5bbfd3b8929f817f104c1050a2939b8741 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 17 Aug 2011 09:17:17 -0400 Subject: [PATCH] Vandelay: don't clear item import profile when creating new queue This avoids the problem of: enter import-profile in the UI => enter name for new queue => profile is cleared. Import profile is still cleared/set when an existing queue is selected, since existing queues already have an item import profile set. Part II of 90a7bde48a6ef5f7be73375612b5db88f8b31c95 Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/vandelay/vandelay.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/vandelay/vandelay.js b/Open-ILS/web/js/ui/default/vandelay/vandelay.js index f11ad39586..fbca54e762 100644 --- a/Open-ILS/web/js/ui/default/vandelay/vandelay.js +++ b/Open-ILS/web/js/ui/default/vandelay/vandelay.js @@ -1307,7 +1307,6 @@ function vlFleshQueueSelect(selector, type) { var inputChange = function(val) { console.log('qinput onchange'); // user entered a new queue name. clear the selector - vlUploadQueueHoldingsImportProfile.attr('value', ''); vlUploadQueueHoldingsImportProfile.attr('disabled', false); vlUploadQueueMatchSet.attr('disabled', false); dojo.disconnect(selector._onchange); -- 2.11.0