- Issue created by @codebymikey
- Merge request !36Issue #3354867: Address undefined index warning when a custom views field supports being "Exposed" β (Closed) created by codebymikey
- Status changed to Needs review
over 1 year ago 11:10am 18 April 2023 An alternative implementation could be something along the lines of this:
foreach ($variables['form']['#info'] as $name => &$info) { $parts = explode('-', $name, 2); if (count($parts) === 2 && isset($info['description'], $variables['form'][$parts[1]]['#description'])) { $info['description'] = \Drupal::service('token')->replace($info['description']); $variables['form'][$parts[1]]['#description'] = $info['description']; } }
- π¨π¦Canada joseph.olstad
The Merge Request looks reasonable to me. I'll likely test it myself very soon.
- Status changed to Needs work
8 months ago 9:18pm 10 April 2024 -
smustgrave β
committed 04afaf19 on 6.0.x
Issue #3354867 by codebymikey: Address undefined index warning when a...
-
smustgrave β
committed 04afaf19 on 6.0.x
- Status changed to Fixed
7 months ago 4:18pm 22 May 2024 - πΊπΈUnited States smustgrave
Change seems small enough that probably don't need tests.
-
smustgrave β
committed 04afaf19 on 7.0.x
Issue #3354867 by codebymikey: Address undefined index warning when a...
-
smustgrave β
committed 04afaf19 on 7.0.x
Automatically closed - issue fixed for 2 weeks with no activity.