We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debe1d5 commit 3b91081Copy full SHA for 3b91081
2 files changed
src/Admin/Field/AdvisoryCountField.php
@@ -19,6 +19,6 @@ public static function new(string $propertyName, TranslatableInterface|string|bo
19
->setLabel($label)
20
21
// this template is used in 'index' and 'detail' pages
22
- ->setTemplatePath('EasyAdminBundle/Fields/advisory_count.html.twig');
+ ->setTemplatePath('EasyAdminBundle/Fields/advisories.html.twig');
23
}
24
…inBundle/Fields/advisory_count.html.twig …yAdminBundle/Fields/advisories.html.twigtemplates/EasyAdminBundle/Fields/advisory_count.html.twig renamed to templates/EasyAdminBundle/Fields/advisories.html.twig
0 commit comments