-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major
-
Affects Version/s: None
fields.inc contains print statements that outputs field controls. Refactor the fields.inc files to make the fields a configuration structure only and then handle this configuration in the add-edit-view.php template.
This change also allows us to include the fields.inc file higher in the add-edit-view.php template so that we can include more structures that can be used in the template (as we do in columns.inc).