From: a. bellenir Date: Mon, 4 Jun 2018 18:25:00 +0000 (-0400) Subject: LP#1743801: Item Status List Display Issues X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1d35e8ed2772e659fb706c73270bd8ee7bc4c3e4;p=evergreen%2Fpines.git LP#1743801: Item Status List Display Issues Update fm_IDL.xml, establishing circ_as_type as a link to config::item_type_map. Flesh this field to display desired value on client side. Conflicts: Open-ILS/examples/fm_IDL.xml Open-ILS/web/js/ui/default/staff/circ/services/item.js Signed-off-by: a. bellenir Signed-off-by: Kathy Lussier Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 9b29883754..458c56c3e8 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7157,7 +7157,7 @@ SELECT usr, - + @@ -7227,6 +7227,7 @@ SELECT usr, + 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 956101e25e..0233c0a70f 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 @@ -91,7 +91,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 7c01ba54a6..d01d3bee72 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', 'circ_as_type'], acn : ['record','prefix','suffix','label_class'], bre : ['simple_record','creator','editor'] },