Thank you for your contribution! I have reviewed the merge request associated with #3499720, and I can confirm that it does indeed fix the issue. I appreciate your efforts in addressing this.
dieterholvoet β credited davis zhou β .
After investigation, we found that the issue was caused by the required_by_role_update_8001 hook incorrectly modifying required_plugin: default. This led to the required field in the required api being set to an empty array. To resolve this issue, we need to adjust the hook's logic to include a check that allows us to skip processing for required_plugin: default.
davis zhou β created an issue.
3.11 version
davis zhou β created an issue.
Thank you for your reply.
But as far as I knowοΌIn Drupal, the t() function is used to translate strings and supports HTML markup. However, if you use the '<' character in the string, it can cause problems because this character may be interpreted as the start of an HTML tag. This can affect JavaScript on the page, resulting in missing content in drupalSettings and other issues.
I don't know what's causing it, maybe it's just a bug unique to my site