From 1215d48d7d7a6b01769ade92d554207c1b2032d1 Mon Sep 17 00:00:00 2001 From: Garry Collum <gcollum@gmail.com> Date: Fri, 15 Jan 2021 17:38:35 -0500 Subject: [PATCH] LP1873539 Active column in SMS carrier configuration This fixes the lack of values displaying in the Active column of the SMS Carrier configuration screen. (Administration->Server Administration->SMS Carriers) To test apply the patch. Go to the Carrier Configuration screen and note that the 'Yes' and 'No' boolean values now display for the Active column. Signed-off-by: Garry Collum <gcollum@gmail.com> Signed-off-by: Gina Monti <gmonti@biblio.org> Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu> --- Open-ILS/examples/fm_IDL.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index d6c112fc32..242c357b43 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -1036,7 +1036,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA <field reporter:label="ID" name="id" reporter:datatype="id"/> <field reporter:label="Region" name="region" reporter:datatype="text" oils_persist:i18n="true"/> <field reporter:label="Name" name="name" reporter:datatype="text" oils_persist:i18n="true"/> - <field reporter:label="Active" name="active" reporter:datatype="bool" oils_persist:i18n="true"/> + <field reporter:label="Active" name="active" reporter:datatype="bool"/> <field reporter:label="Email Gateway" name="email_gateway" reporter:datatype="text" oils_persist:i18n="true"/> </fields> <links/> -- 2.11.0