Review FieldHelper Refactoring

XMLWordPrintable

    • 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'] ]);

            Assignee:
            Benn Oshrin (internet2.edu)
            Reporter:
            Benn Oshrin (internet2.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: