Closed (fixed)
Project:
Automated Logout
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2021 at 14:32 UTC
Updated:
12 Jan 2024 at 13:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
thierry.beeckmans commentedAdded config setting, form element and check in autologout.module
Comment #3
saso.sotlar commentedFixed patch so it applies to latest version of module.
Comment #4
gombi commentedComment #6
gombi commentedI've added the missing schema information for the new setting, which was causing the tests to fail.
Comment #7
ngkoutsaik commentedI have reviewed this ticket and the provided code. The patch works and allows you to ignore the destination parameter if you wish.
I am marking this as tested.
Comment #9
nginex commentedI did rebase against the latest module changes in 8.x-1.x, now MR can be applied
Comment #11
deaom commentedRebased it again and added the update hook that sets the include destination to true. As existing users will not yet have that option and with updated with this change, it will default to false, which we don't want.
Comment #12
admirlju commentedThe changes work fine. The error here fails because of a core issue #3192893: [META] Serialization issues in Migration tests. Since it works moving to RTBC.
Comment #13
admirlju commentedSo some other tests are also failing. Checking out what is going on.
Comment #14
admirlju commentedThis works. Before RTBC, I think it would be good to write some tests, but we should wait for #3388601: Use GitLab CI for testing to be fixed and merged, for now postponing.
Comment #15
admirlju commentedHad some hiccups there with automated tests, now if something changes in the future, we'll make sure not to break this functionality. Since we moved everything to the issue fork and testing is now done with githubCI, hiding the patch files. Needs review.
Comment #16
deaom commentedThe test added is passing, so see no issue with this being merged.
Comment #19
boshtian commented