[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 50483a39db90045150343cc6ee98365a947c9fc3

Evergreen Git git at git.evergreen-ils.org
Tue Jan 29 01:02:22 EST 2013


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, rel_2_3 has been updated
       via  50483a39db90045150343cc6ee98365a947c9fc3 (commit)
      from  e634bfcd3b8c49857bd56f790c489aeed956447c (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 50483a39db90045150343cc6ee98365a947c9fc3
Author: Bill Erickson <berick at esilibrary.com>
Date:   Mon Nov 5 09:22:55 2012 -0500

    LP1051112 - Display lineitem commands menu on empty picklists
    
    Ensure that the lineitem commands drop-down menu appears even when the
    picklist is empty.  Previously, the commands were not displayed until
    the first lineitem was retrieved.  For empty picklists, of course, there
    will be no first lineitem.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/web/js/ui/default/acq/picklist/view.js b/Open-ILS/web/js/ui/default/acq/picklist/view.js
index 818fb6e..f44f743 100644
--- a/Open-ILS/web/js/ui/default/acq/picklist/view.js
+++ b/Open-ILS/web/js/ui/default/acq/picklist/view.js
@@ -106,6 +106,9 @@ function loadLIs() {
                     liTable.addLineitem(li);
                     liTable.show('list');
                 }
+            }, 
+            oncomplete : function() {
+                    liTable.show('list');
             }
         }
     );

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list