Add custom field type Hidden
authorcolemanw <coleman@civicrm.org>
Thu, 31 Aug 2023 23:44:41 +0000 (19:44 -0400)
committercolemanw <coleman@civicrm.org>
Sat, 14 Oct 2023 18:10:55 +0000 (14:10 -0400)
commit2bf10c8eda0eb7f9da65b7b9d954d98621f16453
treeaff73df3cb180a05749e926c1ed18c8c41c60a08
parent2da3b7e30835cebbb6628486b5ee66ca1cc87a71
Add custom field type Hidden
CRM/Core/BAO/CustomField.php
CRM/Core/SelectValues.php
CRM/Custom/Form/Field.php
CRM/Custom/Page/Field.php
Civi/Api4/Generic/BasicGetFieldsAction.php
ext/afform/admin/ang/afGuiEditor/elements/afGuiField.component.js
ext/afform/admin/ang/afGuiEditor/inputType/Hidden.html [new file with mode: 0644]
ext/afform/core/ang/af/fields/Hidden.html [new file with mode: 0644]
templates/CRM/Custom/Form/Edit/CustomField.tpl
templates/CRM/Custom/Form/Field.tpl
tests/phpunit/api/v4/Custom/CustomFieldGetFieldsTest.php