CustomField - Fix smarty notices on field create/edit form
authorColeman Watts <coleman@civicrm.org>
Fri, 20 Jan 2023 23:50:49 +0000 (18:50 -0500)
committerColeman Watts <coleman@civicrm.org>
Fri, 20 Jan 2023 23:51:09 +0000 (18:51 -0500)
commit793a1a34c89bad1d3761eefe8135065efbc7dc98
tree72b8c740828a589225b4a97691b98030f86bdfb5
parent039f856be0ac19e7ed9fa7b0f62d0e9c8f829875
CustomField - Fix smarty notices on field create/edit form

The structure of the form was changed back in 2020 to stop using a hierarchical quickform select,
so references to `$form.data_type.value.0` etc are no longer valid.
This was resulting in massive smarty notices.

This removes the offending clauses which were not doing anything as the show/hide is now handled by jQuery.
templates/CRM/Custom/Form/Field.tpl