- 🇪🇪Estonia hkirsman
I had problem with parent theme template ( templates/ds/ds-1col--taxonomy-term-product-card-block.html.twig) not being picked up. Instead default from Display Suite was used.
Using patch from #12 made it work.
We are currently having an issue where display suite templates are not being picked up from the parent theme.
If we move these templates from the parent theme to the child profile then they are picked up and rendered correctly.
An example of the names that aren't being picked up in the child template would be,
ds-reset--node-article-teaser.html.twig
Non display suite templates are being picked up fine.
Closed: outdated
5.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I had problem with parent theme template ( templates/ds/ds-1col--taxonomy-term-product-card-block.html.twig) not being picked up. Instead default from Display Suite was used.
Using patch from #12 made it work.