Skip to content

Commit 83a0129

Browse files
committed
Merge branch 'hotfix/4.8.7' into develop
2 parents de3a9fb + 609647d commit 83a0129

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

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+
914
## [4.8.6] - 2025-04-02
1015

1116
* [PR-479](https://github.com/itk-dev/hoeringsportal/pull/479)

web/modules/custom/itk_admin_links/templates/itk-admin-links-block.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<li class="itk-admin-links--item">{{ edit_link }}</li>
1515
{% endif %}
1616
<li class="itk-admin-links--item">
17-
{{ drupal_link('Log off'|t, 'user.logout') }}
17+
{{ drupal_link('Log off'|t, path('user.logout')) }}
1818
</li>
1919
</ul>
2020
</div>

0 commit comments

Comments
 (0)