Skip to content

Commit

Permalink
Remove leftover from old datetime options handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndm2 committed May 29, 2020
1 parent 35b83c0 commit 38ec5c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/View/Helper/FormHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ public function control(string $fieldName, array $options = []): string
case 'datetime':
case 'date':
case 'time':
$options['hasError'] = $this->_getContext()->hasError($fieldName);

$options['label']['templateVars']['groupId'] =
$options['templateVars']['groupId'] =
$this->_domId($fieldName . '-group-label');
Expand Down

0 comments on commit 38ec5c3

Please sign in to comment.