projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7cf25
)
Mark case_type columns as localizable
author
Adam Roses Wight
<awight@wikimedia.org>
Fri, 2 May 2014 00:48:08 +0000
(17:48 -0700)
committer
Adam Roses Wight
<awight@wikimedia.org>
Fri, 2 May 2014 00:48:08 +0000
(17:48 -0700)
xml/schema/Case/CaseType.xml
patch
|
blob
|
blame
|
history
diff --git
a/xml/schema/Case/CaseType.xml
b/xml/schema/Case/CaseType.xml
index c9db0220abb3cd7c632de54c2c3bac108f946170..08a5e048042bb8718d3f54ef9c09ef81860586a7 100644
(file)
--- a/
xml/schema/Case/CaseType.xml
+++ b/
xml/schema/Case/CaseType.xml
@@
-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>