[open-ils-commits] [GIT] Evergreen ILS branch master updated. 90a7bde48a6ef5f7be73375612b5db88f8b31c95

Evergreen Git git at git.evergreen-ils.org
Tue Aug 16 11:00: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  90a7bde48a6ef5f7be73375612b5db88f8b31c95 (commit)
      from  e327605249447380f579c4fd07b4f587a6c1560e (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 90a7bde48a6ef5f7be73375612b5db88f8b31c95
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Aug 16 10:55:39 2011 -0400

    Vandelay: don't clear match-set when creating new queue
    
    This avoids the problem of: enter match set in the UI => enter name for
    new queue => match set is cleared.  Match set is still cleared/set when
    an existing queue is selected, since existing queues already have a
    match set.
    
    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 44898bb..f11ad39 100644
--- a/Open-ILS/web/js/ui/default/vandelay/vandelay.js
+++ b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
@@ -1309,7 +1309,6 @@ function vlFleshQueueSelect(selector, type) {
         // user entered a new queue name. clear the selector 
         vlUploadQueueHoldingsImportProfile.attr('value', '');
         vlUploadQueueHoldingsImportProfile.attr('disabled', false);
-        vlUploadQueueMatchSet.attr('value', '');
         vlUploadQueueMatchSet.attr('disabled', false);
         dojo.disconnect(selector._onchange);
         selector.attr('value', '');

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

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