fat_free_crm
fat_free_crm copied to clipboard
No custom field 'catch all' group on a clean instance
When a clean FFCRM instance is created (or demo data loaded), there is no generic custom field group that contains all the custom fields that do not belong in a group. As a result, these fields are not displayed.
We need to come up with a better solution - say if a custom field is not in a field group then it is just shown by default.
Moreover, when the server starts, it will fail if there are custom fields not in field groups.
`rescue in klass': Field#klass delegated to field_group.klass, but field_group is nil:
5f2795cea5a09a97858c88be9cb0bc16a48717c1 is part of this
Server no longer fails to start (see a0d906050476f9a9151e26449a88aa165d0eec0d and ddeb7310811ecfbb89d1c3a91820c554d5022f4c) but the core issue still exists.