- Issue created by @jannakha
- Merge request !3Issue #3526687 by jannakha: Add columns for extra info on Usage statistics โ (Merged) created by jannakha
- ๐ฆ๐บAustralia jannakha Brisbane!
Added column with bundle for more info:
MR ready for review
- ๐ฎ๐ณIndia keshav patel
keshav patel โ made their first commit to this issueโs fork.
-
keshav patel โ
committed 462a887b on 1.0.x authored by
jannakha โ
Issue #3526687 by jannakha: Add columns for extra info on Usage...
-
keshav patel โ
committed 462a887b on 1.0.x authored by
jannakha โ
- ๐ฎ๐ณIndia keshav patel
Thanks @jannakha โ ,
I made few adjustments and merged the changes, the changes are now available on latest release. i.e. 1.0.8.
Closing this issue.
- ๐ฆ๐บAustralia jannakha Brisbane!
ah, that's why we should stick to RTBS process
I just tested latest release on a clean D11 installation.
drupal_entity is twig tweak's function, so if this module is not installed there's an exception:Twig\Error\SyntaxError: Unknown "drupal_entity" function. in Twig\ExpressionParser->getFunction() (line 20 of /Users/jm/work/d11.local/web/modules/contrib/entity_usage_explorer/templates/entity-usage-overview-page.html.twig).
so basically, instead of using drupal_entity - define a new twig function getEntity (similar to getEntityLabel)
- ๐ฎ๐ณIndia keshav patel
Oh, I missed reviewing the dependency.
Here you go: 1.0.9 โ