Add civicrm_contact_type.icon column
authorColeman Watts <coleman@civicrm.org>
Thu, 31 Mar 2022 21:21:45 +0000 (17:21 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 1 Apr 2022 00:22:50 +0000 (20:22 -0400)
commit033dcbb6a8e065d4ea60c4126b58034cecf35796
treedb5e298a67c17219dee58546dd8f43c571de8d8c
parentb38f3fbced00524b6eb3d26e630285c486809b4f
Add civicrm_contact_type.icon column

Toward dev/user-interface#26
This adds an icon column and populates it with data but does not yet expose it in the UI.
The next step is to switch the UI from using the image_URL column over to using the icon column.
CRM/Contact/DAO/ContactType.php
CRM/Upgrade/Incremental/php/FiveFortyNine.php
CRM/Upgrade/Incremental/sql/5.49.alpha1.mysql.tpl
sql/test_data.mysql
tests/phpunit/CRM/Contact/BAO/ContactType/ContactTypeTest.php
xml/schema/Contact/ContactType.xml
xml/templates/civicrm_data.tpl
xml/templates/civicrm_sample.tpl