[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0e0cbe5bbfd3b8929f817f104c1050a2939b8741

Evergreen Git git at git.evergreen-ils.org
Wed Aug 17 09:18:59 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  0e0cbe5bbfd3b8929f817f104c1050a2939b8741 (commit)
      from  79d222b27d81504ff393471ae6da3edf0af19252 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0e0cbe5bbfd3b8929f817f104c1050a2939b8741
Author: Bill Erickson <berick at esilibrary.com>
Date:   Wed Aug 17 09:17:17 2011 -0400

    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 <berick at esilibrary.com>

diff --git a/Open-ILS/web/js/ui/default/vandelay/vandelay.js b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
index f11ad39..fbca54e 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);

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/js/ui/default/vandelay/vandelay.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list