- last update
about 1 year ago Patch Failed to Apply - 🇬🇧United Kingdom catch
The integrity attribute is incompatible with aggregation. We already exclude files with attributes from aggregation for js, but the CSS logic doesn't.
- Status changed to Needs work
about 1 year ago 2:12pm 20 August 2023 The Needs Review Queue Bot → tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- last update
about 1 year ago Build Successful - First commit to issue fork.
- Status changed to Postponed: needs info
about 1 year ago 8:44am 20 October 2023 - 🇬🇧United Kingdom nlisgo
I can't recreate this issue. Admittedly, I tried to make the least possible changes to trigger the bug.
I changed core/profiles/demo_umami/themes/umami/umami.libraries.yml and changed global > css > layout > css/layout/layout.css from:
{}
to:
{ attributes: { integrity: 'sha384-6/QTUDnClbaDqDmY/+IdOyBdC18MXy//e1XXszrqxvbNxTf/bGFGu3kgbqK8FHRz' } }
I install the umami profile and confirm the css/layout/layout.css is being reached and I'm not experiencing the bug on 11.x, 10.x.2, 10.x.1.
Is there something different about the circumstances described in the steps to recreate?