*
* Generated from xml/schema/CRM/Core/MessageTemplate.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:65e3ae090a60b085f252019d3d113ceb)
+ * (GenCodeChecksum:6dc7072586d725f18dd3c984091820f0)
*/
/**
*/
public static $_tableName = 'civicrm_msg_template';
+ /**
+ * Field to show when displaying a record.
+ *
+ * @var string
+ */
+ public static $_labelField = 'msg_title';
+
/**
* Should CiviCRM log any modifications to this table in the civicrm_log table.
*
<name>civicrm_msg_template</name>
<comment>Users will need a way to save and retrieve templates with tokens for use in recurring email communication tasks</comment>
<add>1.6</add>
+ <labelField>msg_title</labelField>
<paths>
<add>civicrm/admin/messageTemplates/add?action=add&reset=1</add>
<view>civicrm/admin/messageTemplates/add?action=view&id=[id]&reset=1</view>