Closed kspurgin closed 2 years ago
Previously I was unaware of the disabled option that was present in some form/template configs.
disabled
This PR prevents CCU::Form.fields from being populated if the form is disabled.
CCU::Form.fields
The mappers, CSV templates, and all_fields CSVs are updated with fields that should have previously been ignored removed.
Previously I was unaware of the
disabled
option that was present in some form/template configs.This PR prevents
CCU::Form.fields
from being populated if the form is disabled.The mappers, CSV templates, and all_fields CSVs are updated with fields that should have previously been ignored removed.