- Issue created by @gauravvvv
- Status changed to Needs review
over 1 year ago 2:56am 13 July 2023 - last update
over 1 year ago Custom Commands Failed - 🇮🇳India gauravvvv Delhi, India
I have replaced
password-confirm
class withpassword-confirm-field
, Alsojs-password-confirm
withjs-password-confirm-field
Please review
- last update
over 1 year ago 29,811 pass - 🇮🇳India gauravvvv Delhi, India
Fixed the build failure, attached interdiff for same.
- Status changed to Needs work
over 1 year ago 2:31pm 13 July 2023 - 🇺🇸United States smustgrave
Seems to be another instance in claro_preprocess_form_element__password_confirm
- Status changed to Needs review
over 1 year ago 2:40pm 13 July 2023 - last update
over 1 year ago 29,811 pass - Status changed to RTBC
over 1 year ago 6:32pm 14 July 2023 - last update
over 1 year ago 29,815 pass - last update
over 1 year ago 29,815 pass - last update
over 1 year ago 29,822 pass - last update
over 1 year ago 29,842 pass - last update
over 1 year ago 29,878 pass - last update
over 1 year ago 29,881 pass - last update
over 1 year ago 29,885 pass - Status changed to Needs work
over 1 year ago 8:26am 29 July 2023 - 🇫🇮Finland lauriii Finland
--- a/core/lib/Drupal/Core/Render/Element/PasswordConfirm.php +++ b/core/lib/Drupal/Core/Render/Element/PasswordConfirm.php @@ -85,7 +85,7 @@ public static function processPasswordConfirm(&$element, FormStateInterface $for - 'class' => ['password-confirm', 'js-password-confirm'], + 'class' => ['password-confirm-field', 'js-password-confirm-field'],
This doesn't impact just Claro. We should either add a BC layer for this in Stable, or make the change in Claro theme.