Vandelay: don't clear item import profile when creating new queue
authorBill Erickson <berick@esilibrary.com>
Wed, 17 Aug 2011 13:17:17 +0000 (09:17 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 17 Aug 2011 13:17:17 +0000 (09:17 -0400)
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 <berick@esilibrary.com>
Open-ILS/web/js/ui/default/vandelay/vandelay.js

index f11ad39..fbca54e 100644 (file)
@@ -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);