Skip to content
Snippets Groups Projects
Unverified Commit 57e94608 authored by ahed_compucorp's avatar ahed_compucorp
Browse files

Ensure field's title and html's lable attributes populated properly

parent 0481e12c
Branches
Tags
No related merge requests found
Showing
with 140 additions and 28 deletions
......@@ -23,11 +23,12 @@
</primaryKey>
<field>
<name>contact_id</name>
<title>Cache Contact</title>
<title>Cache Contact ID</title>
<type>int unsigned</type>
<comment>Foreign Key to Contact</comment>
<html>
<type>EntityRef</type>
<label>Cache Contact</label>
</html>
<add>1.6</add>
</field>
......@@ -46,7 +47,7 @@
</index>
<field>
<name>acl_id</name>
<title>Cache ACL</title>
<title>Cache ACL ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Foreign Key to ACL</comment>
......@@ -55,6 +56,9 @@
<keyColumn>id</keyColumn>
<labelColumn>name</labelColumn>
</pseudoconstant>
<html>
<label>Cache ACL</label>
</html>
<add>1.6</add>
</field>
<foreignKey>
......
......@@ -133,7 +133,7 @@
<field>
<name>phone_id</name>
<type>int unsigned</type>
<title>Phone (called) ID</title>
<title>Phone ID (called)</title>
<comment>Phone ID of the number called (optional - used if an existing phone number is selected).</comment>
<add>2.0</add>
<html>
......@@ -213,9 +213,12 @@
</field>
<field>
<name>parent_id</name>
<title>Parent Activity Id</title>
<title>Parent Activity ID</title>
<type>int unsigned</type>
<comment>Parent meeting ID (if this is a follow-up item). This is not currently implemented</comment>
<html>
<label>Parent Activity</label>
</html>
<add>1.1</add>
</field>
<foreignKey>
......@@ -268,10 +271,13 @@
</field>
<field>
<name>relationship_id</name>
<title>Relationship Id</title>
<title>Relationship ID</title>
<type>int unsigned</type>
<default>NULL</default>
<comment>FK to Relationship ID</comment>
<html>
<label>Relationship</label>
</html>
<add>2.2</add>
</field>
<foreignKey>
......@@ -297,8 +303,11 @@
<field>
<name>original_id</name>
<type>int unsigned</type>
<title>Original Activity ID </title>
<title>Original Activity ID</title>
<comment>Activity ID of the first activity record in versioning chain.</comment>
<html>
<label>Original Activity</label>
</html>
<add>2.2</add>
</field>
<foreignKey>
......@@ -339,12 +348,13 @@
<name>campaign_id</name>
<uniqueName>activity_campaign_id</uniqueName>
<type>int unsigned</type>
<title>Campaign</title>
<title>Campaign ID</title>
<import>true</import>
<comment>The campaign for which this activity has been triggered.</comment>
<add>3.4</add>
<html>
<type>Select</type>
<label>Campaign</label>
</html>
</field>
<foreignKey>
......
......@@ -28,6 +28,9 @@
<title>Activity ID</title>
<required>true</required>
<comment>Foreign key to the activity for this record.</comment>
<html>
<label>Activity</label>
</html>
<add>4.4</add>
</field>
<foreignKey>
......@@ -39,11 +42,14 @@
</foreignKey>
<field>
<name>contact_id</name>
<title>Contact ID (match to contact)</title>
<title>Contact ID</title>
<import>true</import>
<type>int unsigned</type>
<required>true</required>
<comment>Foreign key to the contact for this record.</comment>
<html>
<label>Contact</label>
</html>
<add>4.4</add>
</field>
<foreignKey>
......
......@@ -65,9 +65,12 @@
</field>
<field>
<name>created_id</name>
<title>Batch Created By</title>
<title>Batch Created By Contact ID</title>
<type>int unsigned</type>
<comment>FK to Contact ID</comment>
<html>
<label>Batch Created By</label>
</html>
<add>3.3</add>
</field>
<foreignKey>
......@@ -90,9 +93,12 @@
</field>
<field>
<name>modified_id</name>
<title>Batch Modified By</title>
<title>Batch Modified By Contact ID</title>
<type>int unsigned</type>
<comment>FK to Contact ID</comment>
<html>
<label>Batch Modified By</label>
</html>
<add>3.3</add>
</field>
<field>
......@@ -111,12 +117,13 @@
</foreignKey>
<field>
<name>saved_search_id</name>
<title>Batch Smart Group</title>
<title>Batch Smart Group ID</title>
<type>int unsigned</type>
<comment>FK to Saved Search ID</comment>
<add>4.1</add>
<html>
<type>EntityRef</type>
<label>Batch Smart Group</label>
</html>
</field>
<foreignKey>
......
......@@ -59,6 +59,9 @@
<keyColumn>id</keyColumn>
<labelColumn>title</labelColumn>
</pseudoconstant>
<html>
<label>Batch</label>
</html>
<add>3.3</add>
</field>
<foreignKey>
......
......@@ -34,6 +34,7 @@
<field>
<name>group_id</name>
<type>int unsigned</type>
<title>Group ID</title>
<required>true</required>
<comment>FK to civicrm group.</comment>
<add>2.0</add>
......@@ -44,6 +45,7 @@
</pseudoconstant>
<html>
<type>Select</type>
<label>Group</label>
</html>
</field>
<foreignKey>
......@@ -55,8 +57,12 @@
<field>
<name>acl_id</name>
<type>int unsigned</type>
<title>ACL ID</title>
<required>true</required>
<comment>FK to civicrm acl.</comment>
<html>
<label>ACL</label>
</html>
<add>2.0</add>
</field>
<foreignKey>
......@@ -68,6 +74,7 @@
<field>
<name>admin_group_id</name>
<type>int unsigned</type>
<title>Admin Group ID</title>
<required>true</required>
<comment>FK to admin civicrm group.</comment>
<add>2.0</add>
......@@ -78,6 +85,7 @@
</pseudoconstant>
<html>
<type>Select</type>
<label>Admin Group</label>
</html>
</field>
<foreignKey>
......@@ -89,8 +97,12 @@
<field>
<name>admin_acl_id</name>
<type>int unsigned</type>
<title>Admin ACL ID</title>
<required>true</required>
<comment>FK to civicrm acl.</comment>
<html>
<label>Admin ACL</label>
</html>
<add>2.0</add>
</field>
<foreignKey>
......
......@@ -34,6 +34,7 @@
<field>
<name>group_id</name>
<type>int unsigned</type>
<title>Group ID</title>
<required>true</required>
<comment>FK to civicrm group.</comment>
<add>2.0</add>
......@@ -44,6 +45,7 @@
</pseudoconstant>
<html>
<type>Select</type>
<label>Group</label>
</html>
</field>
<foreignKey>
......
......@@ -167,7 +167,7 @@
<field>
<name>parent_id</name>
<title>Parent Campaign</title>
<title>Parent Campaign ID</title>
<type>int unsigned</type>
<default>NULL</default>
<comment>Optional parent id for this Campaign.</comment>
......@@ -175,6 +175,7 @@
<add>3.3</add>
<html>
<type>EntityRef</type>
<label>Parent Campaign</label>
</html>
</field>
<foreignKey>
......@@ -200,8 +201,11 @@
<field>
<name>created_id</name>
<type>int unsigned</type>
<title>Campaign Created By</title>
<title>Campaign Created By Contact ID</title>
<comment>FK to civicrm_contact, who created this Campaign.</comment>
<html>
<label>Campaign Created By</label>
</html>
<add>3.3</add>
</field>
<foreignKey>
......@@ -227,8 +231,11 @@
<field>
<name>last_modified_id</name>
<type>int unsigned</type>
<title>Campaign Modified By</title>
<title>Campaign Modified By Contact ID</title>
<comment>FK to civicrm_contact, who recently edited this Campaign.</comment>
<html>
<label>Campaign Modified By</label>
</html>
<add>3.3</add>
</field>
<foreignKey>
......
......@@ -24,10 +24,13 @@
<field>
<name>campaign_id</name>
<title>Campaign</title>
<title>Campaign ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Foreign key to the activity Campaign.</comment>
<html>
<label>Campaign</label>
</html>
<add>3.3</add>
</field>
<foreignKey>
......
......@@ -42,6 +42,9 @@
<type>int unsigned</type>
<default>NULL</default>
<comment>Foreign key to the Campaign.</comment>
<html>
<label>Survey Campaign</label>
</html>
<add>3.3</add>
</field>
<foreignKey>
......@@ -147,9 +150,12 @@
<field>
<name>created_id</name>
<title>Survey Created By</title>
<title>Survey Created By Contact ID</title>
<type>int unsigned</type>
<comment>FK to civicrm_contact, who created this Survey.</comment>
<html>
<label>Survey Created By</label>
</html>
<add>3.3</add>
</field>
<foreignKey>
......@@ -170,9 +176,12 @@
<field>
<name>last_modified_id</name>
<title>Survey Modified</title>
<title>Survey Modified By Contact ID</title>
<type>int unsigned</type>
<comment>FK to civicrm_contact, who recently edited this Survey.</comment>
<html>
<label>Survey Modified By</label>
</html>
<add>3.3</add>
</field>
<foreignKey>
......
......@@ -31,11 +31,12 @@
<type>int unsigned</type>
<import>true</import>
<export>false</export>
<title>Case Type</title>
<title>Case Type ID</title>
<required>true</required>
<comment>FK to civicrm_case_type.id</comment>
<html>
<type>Select</type>
<label>Case Type</label>
</html>
<pseudoconstant>
<table>civicrm_case_type</table>
......
......@@ -24,10 +24,13 @@
</primaryKey>
<field>
<name>case_id</name>
<title>Case</title>
<title>Case ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Case ID of case-activity association.</comment>
<html>
<label>Case</label>
</html>
<add>1.8</add>
</field>
<foreignKey>
......@@ -43,6 +46,9 @@
<type>int unsigned</type>
<required>true</required>
<comment>Activity ID of case-activity association.</comment>
<html>
<label>Activity</label>
</html>
<add>2.0</add>
</field>
<foreignKey>
......
......@@ -24,10 +24,13 @@
</primaryKey>
<field>
<name>case_id</name>
<title>Case</title>
<title>Case ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Case ID of case-contact association.</comment>
<html>
<label>Case</label>
</html>
<add>2.1</add>
</field>
<foreignKey>
......@@ -45,6 +48,7 @@
<comment>Contact ID of contact record given case belongs to.</comment>
<html>
<type>EntityRef</type>
<label>Contact</label>
</html>
<add>2.1</add>
</field>
......
......@@ -34,6 +34,9 @@
<type>int unsigned</type>
<required>true</required>
<comment>FK to civicrm_contact</comment>
<html>
<label>Contact</label>
</html>
<add>3.1</add>
</field>
<foreignKey>
......
......@@ -719,6 +719,9 @@
<type>int unsigned</type>
<title>Household Primary Contact ID</title>
<comment>Optional FK to Primary Contact for this household.</comment>
<html>
<label>Household Primary Contact</label>
</html>
<add>1.1</add>
<contactType>Household</contactType>
</field>
......
......@@ -67,7 +67,7 @@
</field>
<field>
<name>parent_id</name>
<title>Contact Type Parent</title>
<title>Contact Type Parent ID</title>
<type>int unsigned</type>
<comment>Optional FK to parent contact type.</comment>
<pseudoconstant>
......@@ -76,6 +76,9 @@
<labelColumn>label</labelColumn>
<condition>parent_id IS NULL</condition>
</pseudoconstant>
<html>
<label>Contact Type Parent</label>
</html>
<add>3.1</add>
</field>
<foreignKey>
......
......@@ -23,9 +23,12 @@
<field>
<name>dashboard_id</name>
<type>int unsigned</type>
<title>Dashboard</title>
<title>Dashboard ID</title>
<required>true</required>
<comment>Dashboard ID</comment>
<html>
<label>Dashboard</label>
</html>
<add>3.1</add>
</field>
<foreignKey>
......@@ -38,9 +41,12 @@
<field>
<name>contact_id</name>
<type>int unsigned</type>
<title>Dashboard Contact</title>
<title>Dashboard Contact ID</title>
<required>true</required>
<comment>Contact ID</comment>
<html>
<label>Dashboard Contact</label>
</html>
<add>3.1</add>
</field>
<foreignKey>
......
......@@ -72,6 +72,9 @@
<type>int unsigned</type>
<title>Saved Search ID</title>
<comment>FK to saved search table.</comment>
<html>
<label>Saved Search</label>
</html>
<add>1.1</add>
</field>
<foreignKey>
......@@ -212,8 +215,11 @@
<field>
<name>created_id</name>
<type>int unsigned</type>
<title>Group Created By</title>
<title>Group Created By Contact ID</title>
<comment>FK to contact table.</comment>
<html>
<label>Group Created By</label>
</html>
<add>4.3</add>
</field>
<foreignKey>
......@@ -226,8 +232,11 @@
<field>
<name>modified_id</name>
<type>int unsigned</type>
<title>Group Modified By</title>
<title>Group Modified By Contact ID</title>
<comment>FK to contact table.</comment>
<html>
<label>Group Modified By</label>
</html>
<add>4.5</add>
</field>
<foreignKey>
......
......@@ -36,6 +36,7 @@
</pseudoconstant>
<html>
<type>Select</type>
<label>Group</label>
</html>
</field>
<foreignKey>
......@@ -51,6 +52,9 @@
<title>Contact ID</title>
<required>true</required>
<comment>FK to civicrm_contact</comment>
<html>
<label>Contact</label>
</html>
<add>1.1</add>
</field>
<foreignKey>
......@@ -77,8 +81,11 @@
<field>
<name>location_id</name>
<type>int unsigned</type>
<title>Group Contact Location</title>
<title>Group Contact Location ID</title>
<comment>Optional location to associate with this membership</comment>
<html>
<label>Group Contact Location</label>
</html>
<add>1.1</add>
</field>
<foreignKey>
......@@ -91,8 +98,11 @@
<field>
<name>email_id</name>
<type>int unsigned</type>
<title>Group Contact Email</title>
<title>Group Contact Email ID</title>
<comment>Optional email to associate with this membership</comment>
<html>
<label>Group Contact Email</label>
</html>
<add>1.1</add>
</field>
<foreignKey>
......
......@@ -23,7 +23,7 @@
</primaryKey>
<field>
<name>group_id</name>
<title>Group</title>
<title>Group ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>FK to civicrm_group</comment>
......@@ -35,6 +35,7 @@
</pseudoconstant>
<html>
<type>Select</type>
<label>Group</label>
</html>
</field>
<foreignKey>
......@@ -50,6 +51,9 @@
<type>int unsigned</type>
<required>true</required>
<comment>FK to civicrm_contact</comment>
<html>
<label>Contact</label>
</html>
<add>2.1</add>
</field>
<foreignKey>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment