solimanharkas โ created an issue.
gxleano โ credited solimanharkas โ .
After debugging a Drupal website running version 10.4, we frequently encountered 502 errors due to an excessive number of reusable block content entities. However, enabling the MR seems to have resolved the issue. Thank you very much!"
I can reproduce the issue and Patch 4 fixed the issue.
Yes, it looks like the same issue as
https://www.drupal.org/project/drupal/issues/2896169
๐
Details elements have incorrect aria-describedby attributes
Needs work
so I will close this ticket.
Vasantha Deepika Please check the screenshot. The aria-describedby
attribute is present with an ID
, but there is no element with that ID
given in the description element.
I created an issue in gin theme
https://www.drupal.org/project/gin/issues/3502250
๐
Missing ID Attribute for aria-describedby in Element
Active
solimanharkas โ created an issue.
I've identified a bug in the Claro theme, as well as other core themes in Drupal. The id
attribute is missing in the details.html.twig
template, In the Claro theme at this location : https://git.drupalcode.org/project/claro/-/blob/8.x-2.x/templates/detail.... so the description is missing from all forms using this template, as demonstrated in the attached screenshot.
Could you please confirm this issue, so I can proceed with creating a ticket for the Claro theme?
I used normalizer in PHP, See https://www.php.net/manual/en/normalizer.normalize.php
SolimanHarkas โ made their first commit to this issueโs fork.
SolimanHarkas โ made their first commit to this issueโs fork.
I fixed all the tests except this one Kernel/Views/NodeViewsFieldAccessTest.php
Could anyone help me with it? Thanks
SolimanHarkas โ made their first commit to this issueโs fork.
This should just be merged to 10.3.x, because this test file got deleted on Version 11.
SolimanHarkas โ made their first commit to this issueโs fork.
SolimanHarkas โ made their first commit to this issueโs fork.
@pradhumanjain2311 With all my respect, I must point out that simply copying the suggested code and adding it, without local testing or noticing its duplication, isn't an appropriate approach to contributing to Drupal.
SolimanHarkas โ made their first commit to this issueโs fork.
SolimanHarkas โ made their first commit to this issueโs fork.
SolimanHarkas โ created an issue.
SolimanHarkas โ created an issue.
SolimanHarkas โ created an issue.
Ready for Review!
SolimanHarkas โ created an issue.
#19 ๐ Media Library view widgets do not support contextual filters Active works for me! Thanks
I have the same issue, and implementing the Proposed Resolution resolved the problem. Thank you
SolimanHarkas โ made their first commit to this issueโs fork.
SolimanHarkas โ created an issue.
SolimanHarkas โ created an issue.
I have tested patch #3 and it is also working fine with me!
Install v3 fixed the problem in my case.