From e998be483efab5bfa6302e1170e33c31fd425faa Mon Sep 17 00:00:00 2001 From: "a. bellenir" Date: Mon, 4 Jun 2018 14:25:00 -0400 Subject: [PATCH] LP#1743801: item status list display issues update fm_IDL.xml establishing copy_as_status as a link to config::item_type_map flesh this field to display desired value on clientside. Signed-off-by: a. bellenir Signed-off-by: Kathy Lussier --- Open-ILS/examples/fm_IDL.xml | 3 ++- Open-ILS/src/templates/staff/cat/item/t_list.tt2 | 2 +- Open-ILS/web/js/ui/default/staff/circ/services/item.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index b272b9ffab..c9f186739d 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7201,7 +7201,7 @@ SELECT usr, - + @@ -7273,6 +7273,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 7a874307c9..0a3738aeb0 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 @@ -94,7 +94,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 47ad8c2d30..f06857b005 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','copy_alerts'], + 'age_protect','circ_lib','copy_alerts', 'circ_as_type'], acn : ['record','prefix','suffix','label_class'], bre : ['simple_record','creator','editor'] }, -- 2.11.0