From ba9b29d85b1f4bc27e03df9aaa2c77e54252af3d Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 21 Apr 2014 09:10:28 -0400 Subject: [PATCH] Add links in reporter.classic_item_list to legacy_cat1 and legacy_cat2 views. Currently, the reporter.classic_item_list view has the Legacy Cat 1 and 2 fields defined as "text", not "link", so all it will report out is the ID number of the stat cat. We want nullability control over stat cat entries, so these need to be "link". --- Open-ILS/examples/fm_IDL.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 66f365d9a6..1529c4716d 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -10598,8 +10598,8 @@ SELECT usr, - - + + @@ -10627,6 +10627,8 @@ SELECT usr, + + -- 2.11.0