Skip to content

Commit

Permalink
Remove unused property (one more location) (CFM-107)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Mar 31, 2022
1 parent e0193f9 commit 72b62b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/View/Helper/FieldHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public function control(string $fieldName,
$controlCode = $this->Form->text($fieldName, $coptions);

// Create a date/time picker. The yyyy-MM-dd format is set above in $pickerDate.
$pickerDateTime = ''; // for handling time
$pickerId = 'datepicker-' . $fieldName;
$pickerTarget = $fieldName;
$pickerTimed = true; // TODO: set false if date-only
Expand Down

0 comments on commit 72b62b0

Please sign in to comment.