Problem/Motivation

#2731663: No login button in the user menu introduced a regression in that it solved the immediate issue but it also removed the Logout link from the toolbar.

Not everyone has the user menu enabled, so this link was actually useful (and also a part of admin_menu back in drupal 7).

Proposed resolution

As proposed by @Chi in #2731663-7: No login button in the user menu, bring back the Logout link, but prefix user.logout with the module name.

Remaining tasks

Review
Commit

User interface changes

The "tools" menu item now has a "Logout" link.

CommentFileSizeAuthor
#2 admin_toolbar-bring-back-logout.patch714 bytesstefan.r

Comments

stefan.r created an issue. See original summary.

stefan.r’s picture

Status: Active » Needs review
StatusFileSize
new714 bytes
stefan.r’s picture

Status: Needs review » Reviewed & tested by the community

Since this patch was posted by @Chi in https://www.drupal.org/comment/11485391#comment-11485391 and I have manually tested that this patch brings back the logout link, while still solving [#11485391], I will mark this RTBC.

romainj’s picture

Patch #2 comited in latest dev version.

  • romainj committed 7df49fb on 8.x-1.x authored by stefan.r
    Issue #2855720 by stefan.r, romainj: No logout link in admin toolbar...
stefan.r’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

romainj’s picture

Status: Fixed » Closed (fixed)