- Issue created by @v.dovhaliuk
- last update
11 months ago 25,842 pass, 1,795 fail - 🇮🇳India kalpanajaiswal
Updated incorrect error-message class for the details and detail vertical tabs components.
- 🇮🇳India kalpanajaiswal
Updated incorrect error-message class for the details and detail vertical tabs components.
- last update
10 months ago Patch Failed to Apply - last update
10 months ago Patch Failed to Apply I am getting the issue only on the media image field when saving the node without uploading any media. It did not show the red border over the field. Adding a STR tag for better clarity.
- First commit to issue fork.
- 🇮🇳India nayana_mvr
The changes in the patch are already implemented in core as part of the ticket https://www.drupal.org/project/drupal/issues/3298580 🐛 Claro details component does not have the right class Fixed . But still I'm able to reproduce this issue. Attaching a screen recording for reference.
In the template, the class
form-item__error-message
is added using below code:-{% if errors %} <div class="form-item form-item__error-message"> {{ errors }} </div> {% endif %}
But variable
errors
is always returning null. I don't know from where that value is coming. Need to debug more on this. I'm removing the proposed solution given as that change is already implemented.