Closed (fixed)
Project:
Automated Logout
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2019 at 13:12 UTC
Updated:
1 Aug 2022 at 16:34 UTC
Jump to comment: Most recent, Most recent file
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