Closed (duplicate)
Project:
Drupal core
Version:
8.7.x-dev
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2018 at 21:16 UTC
Updated:
14 Jan 2019 at 10:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottComment #4
andypostNice catch! Does it need extend test with a case when theme has more then one base theme?
Comment #5
alexpott@andypost we have that here - it's subsubtheme -> subtheme -> basetheme :)
But you are right that it is worse when you have something like thunder_admin -> seven -> classy -> stable because in that instance it looks like seven is a base theme of classy!!!!
Comment #6
alexpottFYI this patch is made obsolete by the changes in #3020157: ActiveTheme objects and cache contain way too much information - however this one is a bugfix and can be backported to 8.6.x
Comment #7
mahtab_alam commentedI have applied this patch on my local 8.7x-dev instance. But it failed

Comment #8
chr.fritschI can not confirm that. For me the patch from #2 applies cleanly.
Comment #9
alexpott@mahtab_alam thank you for reviewing this issue!
The automated testing infrastructure tells us whether the patch applies, so we do not need people to review that. It is also not sufficient criteria for the issue to be marked "Reviewed and Tested by the Community".
What we do need people to review is whether the issue has a correct scope, whether it passes the core gates, whether the solution completely fixes the problem without introducing other problems, and whether it's the best solution we can come up with. See the patch review guide for more information.
When you do post a review, be sure to describe what you reviewed and how. This helps other reviewers understand why you considered the issue RTBC (and is considered for issue credit).
@mahtab_alam in light of the above I've removed your issue credit and can also confirm the patch still applies.
Comment #10
mahtab_alam commented@alexpott Thanks for guiding me for the workflow on how we review the patch and other aspects related to contribution.
In future i will check the things before commenting out here.
Comment #11
mahtab_alam commented@alexpott Thanks for guiding me for the workflow on how we review the patch and other aspects related to contribution.
In future i will check the things before commenting out here.
Comment #12
alexpottFixed in #3020157: ActiveTheme objects and cache contain way too much information