Closed (fixed)
Project:
Redirect after logout
Version:
8.x-1.0-beta1
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jun 2016 at 10:57 UTC
Updated:
17 May 2018 at 05:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
msankhala commentedIn progress repo https://github.com/msankhala/redirect_after_logout
Comment #3
prashant.cI have worked on it.
Following tasks are done :
Following are the remaining tasks, it would be very helpful if someone can review the tasks done by me and could take remaining tasks as well
In Drupal 7 version
hook_drupal_goto_alterwas used, in Drupal 8 we will have to use event subscriber for the same.I have written the subscriber but the code doen not see to be proper
This function needs to be reviewed.
PFA the patch file.
Comment #5
nevergoneComment #6
prashant.c@nevergone
Thanks a lot for your response, quick fixes and releasing the beta version of the module.