Closed (fixed)
Project:
Fences - Semantic field markup and classes
Version:
3.x-dev
Component:
Code (fences)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2026 at 08:01 UTC
Updated:
20 Jul 2026 at 08:30 UTC
Jump to comment: Most recent
Comments
Comment #2
anybodyI can confirm this in the status report, but it's not major, just a warning.
Comment #3
bolaghi commentedDoesn't this error cause problems for the site?
Comment #4
anybodyNo, I don't think so.
Comment #7
grevil commentedThemes used to be plain "Extension" objects, with dynamic "origin" properties. Since 11.4, themes have their own dedicated class, but unfortunately, they removed the "origin" property. Now, we have to check the origin via path.
But I am unsure, whether there are cases, where the base directory of drupal core is not "core". If so it'll still be a total edge case and only effects the requirements warning.
Also added tests for this. Please review!
Comment #8
grevil commentedGreat... the test runner still runs on old Drupal 11.3, so it doesn't know about the new class... (hence the tests fail)
Comment #9
grevil commented@anybody, how should we continue here? I don't want to set:
in the gitlab-ci.yml, since we will probably forget it...
Comment #10
anybodyCode LGTM.
Comment #11
grevil commentedComment #12
grevil commentedLet's also fix #3600076: Warning: Undefined array key "render element" in drupal_find_theme_templates() here.
Comment #13
grevil commentedOk we talked internally and will commit as is. The pipeline will succeed again, once the gitlab-ci Drupal version will get updated to 11.4.
Comment #15
grevil commentedComment #17
anybodyConfirmed!