- Issue created by @carsoncho
- Merge request !33Issue #3367062: Logout Message not rendering markup → (Open) created by carsoncho
- last update
about 2 years ago 15 pass, 7 fail - Status changed to Needs review
almost 2 years ago 8:36am 27 September 2023 Messed up the rebase a bit. Fixed it now, testing your changes to see if everything works like it's supposed to.
The tests are passed here and locally, manual tests also work as the request intends it to. I'm for now leaving it as needs review, because of the mess up I did with rebase, just so people can make sure everything works. But it should be able to merge without a problem now.
- @carsoncho opened merge request.
- First commit to issue fork.
- 🇸🇮Slovenia deaom
Rebased the MR #33 and solved conflicts, cherry picked the commit and added it to the new branch, which targets the 2.x branch. Changing the version to the latest one, 2.x and leaving the status to needs review.
- 🇮🇳India vinodhini.e chennai
Hi, Steps to Reproduce the Issue
Installed the module on a Drupal 10.5.1 site.
Observed the issue: Initially, the logout message markup was not rendered correctly. The user was not shown any login link after being logged out.
Applied the patch from Merge Request #80, The logout message markup was rendered properly.
The message now correctly includes a login link, allowing users to log in again.