From: a. bellenir Date: Wed, 8 Aug 2018 15:49:57 +0000 (-0400) Subject: LP#1785305: Item Status 'Edited By' shows id instead of username. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7af25eeef4e49549955aa8c1289a181bbf6d4351;p=working%2FEvergreen.git LP#1785305: Item Status 'Edited By' shows id instead of username. This commit changes Item Status 'Edited By' field to show the editor's username to match XUL. Signed-off-by: a. bellenir Signed-off-by: John Amundson Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 index b7703a6a05..3060716c24 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 @@ -104,7 +104,7 @@ - + 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 9797ef14ee..4d722b7a35 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 @@ -16,7 +16,7 @@ function(egCore , egCirc , $uibModal , $q , $timeout , $window , egConfirmDialog flesh : 3, flesh_fields : { acp : ['call_number','location','status','location','floating','circ_modifier', - 'age_protect','circ_lib'], + 'age_protect','circ_lib', 'editor'], acn : ['record','prefix','suffix','label_class'], bre : ['simple_record','creator','editor'] },