[open-ils-commits] [GIT] Evergreen ILS branch master updated. 484acd7f2015cddd3d49ade0e61f7571a867d5ff

Evergreen Git git at git.evergreen-ils.org
Fri Sep 15 07:49:17 EDT 2017


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  484acd7f2015cddd3d49ade0e61f7571a867d5ff (commit)
      from  bb85fcde6b95fb56dcf59c62f1c29a9aae2bb713 (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 484acd7f2015cddd3d49ade0e61f7571a867d5ff
Author: Cesar Velez <cesar.velez at equinoxinitiative.org>
Date:   Mon Sep 11 17:53:34 2017 -0400

    LP#1697716 - Webstaff adds ability to display actor.usr.photo_url if present
    
    This just adds a div row with an ng-if in the summary pane of patron view.
    
    Signed-off by: Cesar Velez <cesar.velez at equinoxinitiative.org>
    Signed-off-by: Rogan Hamby <rogan.hamby at gmail.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
index c3180bf..632f50b 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
@@ -21,6 +21,9 @@
         {{patron().alert_message()}}
       </div>
     </div>
+    <div ng-if="patron().photo_url()" class="row">
+         <div class="col-md-8 patron_photo_wrap"><img class="img-responsive img-rounded" src="{{patron().photo_url()}}" ></div>
+    </div>
     <div class="row" 
       ng-class="{'patron-summary-divider' : alert_penalties().length || patron().alert_message()}">
       <div class="col-md-5">[% l('Profile') %]</div>

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

Summary of changes:
 .../src/templates/staff/circ/patron/t_summary.tt2  |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list