collectionspace / cspace-config-untangler

Generate CollectionSpace data overviews from profile/tenant configs
MIT License
0 stars 4 forks source link

Skip disabled forms #103

Closed kspurgin closed 2 years ago

kspurgin commented 2 years ago

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.