-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor
-
Affects Version/s: COmanage Registry 5.0.0 (Pupal Eclosion)
-
None
CFM-291 refactored FieldHelper, but now fields.inc files are noisier and use an anti-pattern of an "arguments" parameter (inherited from Cake's element process).
eg
print $this->Field->control('description');
might now be
print $this->element('form/listItem', [ 'arguments' => ['fieldName' => 'description'] ]);
- is related to
-
CFM-218 Make fields.inc configuration only
-
- To Do
-