We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1409d8c + 609647d commit 45b7768Copy full SHA for 45b7768
CHANGELOG.md
@@ -6,6 +6,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
6
7
## [Unreleased]
8
9
+## [4.8.7] - 2025-04-04
10
+
11
+* [PR-488](https://github.com/itk-dev/hoeringsportal/pull/488)
12
+ Fixed “Log off” URL
13
14
## [4.8.6] - 2025-04-02
15
16
* [PR-479](https://github.com/itk-dev/hoeringsportal/pull/479)
web/modules/custom/itk_admin_links/templates/itk-admin-links-block.html.twig
@@ -14,7 +14,7 @@
<li class="itk-admin-links--item">{{ edit_link }}</li>
{% endif %}
<li class="itk-admin-links--item">
17
- {{ drupal_link('Log off'|t, 'user.logout') }}
+ {{ drupal_link('Log off'|t, path('user.logout')) }}
18
</li>
19
</ul>
20
</div>
0 commit comments