Closed (fixed)
Project:
Enforce User Fields
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2018 at 19:35 UTC
Updated:
28 Sep 2018 at 20:19 UTC
Jump to comment: Most recent
The patch below adds the "destination" parameter when redirecting users to the user edit form. This allows Drupal to redirect them to their intended destination after completing their profile.
Note, the patch also:
- Uses dependency injection in the event subscriber
- Updates the message informing users that they need to complete required fields
- Allows the user to logout without filling out all required fields
| Comment | File | Size | Author |
|---|---|---|---|
| save_destination.patch | 4.15 KB | zseguin |
Comments
Comment #3
cosolom commentedCommited. Thanks!