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
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | dialog_not_shown-3031020-11.patch | 1.48 KB | japerry |
| #9 | dialog_not_shown-3031020-9.patch | 594 bytes | bobcares |
| #2 | logout_dialog-3031020-2.patch | 1.3 KB | sergiu stici |
| autologoutpopup.PNG | 32.26 KB | vernit |
Comments
Comment #2
sergiu stici commentedI fixed the bug, here is the patch.
Comment #3
sergiu stici commentedComment #4
ajits@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
masterbranch.Comment #5
ajitsPutting this on hold until there are proper steps to reproduce the error.
Comment #6
bobcares commentedHello,
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.
Comment #7
bobcares commentedComment #8
bobcares commentedIn 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
Comment #9
bobcares commentedFixing the patch.
Sorry for the repeated posts.
Comment #10
avpadernoComment #11
japerryAdded 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.
Comment #12
japerry