From a1cbed7c0bbff03c35365fc1d33767c41abdd831 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 circ_as_type as a link to config::item_type_map. Flesh this field to display desired value on client side. Conflicts: 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 --- 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 66d146e0d0..2a7005f2f8 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7342,7 +7342,7 @@ SELECT usr, - + @@ -7414,6 +7414,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 15e048640c..111e722592 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 4c13dd367e..f8e0d9c2d8 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', 'editor'], + 'age_protect','circ_lib','copy_alerts', 'editor', 'circ_as_type'], acn : ['record','prefix','suffix','label_class'], bre : ['simple_record','creator','editor'] }, -- 2.43.2