- Issue created by @joachim
- First commit to issue fork.
- Merge request !9chore: remove redundant postcode title and description overrides from controller → (Open) created by Unnamed author
WasteCollectionController::showForm() has these lines after it's got the form from the form builder service:
$form['postcode']['#title'] = $this->t("Postcode");
$form['postcode']['#description'] = $this->t('For example LA9 4DQ');
These actually just re-do what's already in the form -- albeit with a different postcode!
Active
1.0
Code