From: Bill Erickson Date: Wed, 17 Aug 2011 13:17:17 +0000 (-0400) Subject: Vandelay: don't clear item import profile when creating new queue X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0e0cbe5bbfd3b8929f817f104c1050a2939b8741;p=contrib%2FConifer.git 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 --- 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);