From: Jane Sandberg Date: Mon, 10 Sep 2018 18:16:51 +0000 (-0700) Subject: LP1743654: Fleshing out the Created By column in Item Status X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5d23da65b31d50d3f9a3b8bba7854673437024b0;p=working%2FEvergreen.git LP1743654: Fleshing out the Created By column in Item Status To test: 1) Scan an item into Item Status. 2) Turn on the Created By column. 3) Note that the Created By column shows the ID of the user that created the record. 4) Apply this commit and repeat steps 1-2. 5) Note that the Created By column now shows the creator's user name as a link, which opens the creator's record in a new tab. Signed-off-by: Jane Sandberg 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 7ac665b355..c5cf863c11 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 @@ -97,7 +97,14 @@ - + + + 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 6fba28578b..06d65923aa 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', 'editor', 'circ_as_type'], + 'age_protect','circ_lib', 'creator', 'editor', 'circ_as_type'], acn : ['record','prefix','suffix','label_class'], bre : ['simple_record','creator','editor'] },