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>
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);