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>
<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/>