I have un-checked the checkbox "Do not display the logout dialog" but dialog box is not displaying and redirect to login page. See attached settings

Comments

vernit created an issue. See original summary.

sergiu stici’s picture

StatusFileSize
new1.3 KB

I fixed the bug, here is the patch.

sergiu stici’s picture

Status: Active » Needs review
ajits’s picture

Version: master » 8.x-1.x-dev

@Sergiu Stici: I am not able to reproduce this on my side. Can you please check again?

On a side note, please use the appropriate version. I am not tracking the master branch.

ajits’s picture

Status: Needs review » Postponed (maintainer needs more info)

Putting this on hold until there are proper steps to reproduce the error.

bobcares’s picture

StatusFileSize
new68 bytes

Hello,

In my case, the autologout_page_attachments() hook was not working. As a result, the autologout.js file was not loaded and hence nothing worked as expected.

Please find the attached patch which will change the hook autologout_page_attachments() to autologout_page_attachments_alter().

It might solve the issue.

bobcares’s picture

bobcares’s picture

StatusFileSize
new68 bytes

In my case, the autologout_page_attachments() hook was not working. As a result, the autologout.js file was not loaded and hence nothing worked as expected.

Please find the attached patch which will change the hook autologout_page_attachments() to autologout_page_attachments_alter().

It might solve the issue.

Uploaded wrong file by mistake

bobcares’s picture

StatusFileSize
new594 bytes

Fixing the patch.

Sorry for the repeated posts.

avpaderno’s picture

japerry’s picture

Status: Postponed (maintainer needs more info) » Reviewed & tested by the community
StatusFileSize
new1.48 KB

Added to the 8.x-1.4 release #3293639: Issues for 8.x-1.4 release. Made some minor changes to the variables to match function method signatures.

japerry’s picture

Status: Reviewed & tested by the community » Fixed

  • japerry committed 9476a03 on 8.x-1.x authored by bobcares
    Issue #3031020 by Sergiu Stici, Vernit: Logout Dialog is not displaying...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.