LP1873539 Active column in SMS carrier configuration
authorGarry Collum <gcollum@gmail.com>
Fri, 15 Jan 2021 22:38:35 +0000 (17:38 -0500)
committerJane Sandberg <sandbej@linnbenton.edu>
Sun, 16 May 2021 02:42:36 +0000 (19:42 -0700)
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

index d6c112f..242c357 100644 (file)
@@ -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/>