[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8310bfccaaa30d0a8171a1050b42cbb280b93653

Evergreen Git git at git.evergreen-ils.org
Tue Sep 11 14:19:50 EDT 2018


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  8310bfccaaa30d0a8171a1050b42cbb280b93653 (commit)
      from  e763bd684550bf44093734f14fb93ce05cddd458 (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 8310bfccaaa30d0a8171a1050b42cbb280b93653
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Sun Jun 3 15:50:40 2018 -0700

    LP1010635: Make bre dates populate in Item Status grid
    
    To test:
    1) Enable the Date Record Created and Date Record Last Edited columns
    in Item Status.
    2) Scan an item barcode into Item Status.  Note that the two columns
    you enabled are empty.
    3) Apply this commit.
    4) Reload the Item Status screen, and scan your barcode again.  The
    dates should now be populated.
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/web/js/ui/default/staff/circ/services/item.js b/Open-ILS/web/js/ui/default/staff/circ/services/item.js
index 9fc4e3f..b03f57d 100644
--- a/Open-ILS/web/js/ui/default/staff/circ/services/item.js
+++ b/Open-ILS/web/js/ui/default/staff/circ/services/item.js
@@ -24,7 +24,7 @@ function(egCore , egCirc , $uibModal , $q , $timeout , $window , egConfirmDialog
         select : { 
             // avoid fleshing MARC on the bre
             // note: don't add simple_record.. not sure why
-            bre : ['id','tcn_value','creator','editor'],
+            bre : ['id','tcn_value','creator','editor', 'create_date', 'edit_date'],
         } 
     }
 

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

Summary of changes:
 .../web/js/ui/default/staff/circ/services/item.js  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list