You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Date of entry not showing in viewer
| ----------------------------| -----------------------
| auditor-bundle version | 5.2
| PHP version | 7.4
| Database | MariaDB
| Twig | 2.13
Summary
The created at value of the entry doesn't appear in the change log in the viewer. See screenshot:
Proposed solution
I have a workaround: I overrode the template Audit\entry.html.twig with a working date filter
Inside the bundle we have {{ entry.getCreatedAt()|format_datetime('full', 'long') }}
But I think that for that to work it needs to be provided a locale too.
I can create pull request if needed.
The text was updated successfully, but these errors were encountered:
| Date of entry not showing in viewer
| ----------------------------| -----------------------
|
auditor-bundle
version | 5.2| PHP version | 7.4
| Database | MariaDB
| Twig | 2.13
Summary
The created at value of the entry doesn't appear in the change log in the viewer. See screenshot:
Proposed solution
I have a workaround: I overrode the template Audit\entry.html.twig with a working date filter
Inside the bundle we have
{{ entry.getCreatedAt()|format_datetime('full', 'long') }}
But I think that for that to work it needs to be provided a locale too.
I can create pull request if needed.
The text was updated successfully, but these errors were encountered: