Please break off either the bug report or the feature request in a separate issue. Thanks!
- Status changed to Needs work
about 2 years ago 1:17am 2 April 2023 - Issue was unassigned.
Going to commit the fix to the bug report. Please open a new issue for the feature request.
Need to use
isset
on the initial check, because!empty
will skip the summary when the box is not checked.if (isset($new_window)) { $window_text = ($new_window == 1) ? $this->t('New window') : $this->t('Same window'); $summary .= $this->t('Window opens in: @text', ['@text' => $window_text]) . '<br/>';
-
tonytheferg β
committed 6ee9a86e on 8.x-1.x
Issue #2976434 by fonant, ElusiveMind, tonytheferg: Checkbox settings...
-
tonytheferg β
committed 6ee9a86e on 8.x-1.x
- Status changed to Fixed
about 2 years ago 10:38pm 2 April 2023