Mark case_type columns as localizable
authorAdam Roses Wight <awight@wikimedia.org>
Fri, 2 May 2014 00:48:08 +0000 (17:48 -0700)
committerAdam Roses Wight <awight@wikimedia.org>
Fri, 2 May 2014 00:48:08 +0000 (17:48 -0700)
xml/schema/Case/CaseType.xml

index c9db0220abb3cd7c632de54c2c3bac108f946170..08a5e048042bb8718d3f54ef9c09ef81860586a7 100644 (file)
@@ -36,6 +36,7 @@
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
+    <localizable>true</localizable>
     <comment>Natural language name for Case Type</comment>
     <add>4.5</add>
   </field>
@@ -43,6 +44,7 @@
     <name>description</name>
     <type>varchar</type>
     <length>255</length>
+    <localizable>true</localizable>
     <comment>Description of the Case Type</comment>
     <add>4.5</add>
   </field>