Problem/Motivation
On the redirect creation page (/admin/config/system/url_redirect), the selected user is not saved when creating a redirect. After saving and reopening the redirect, the user field is empty.
Steps to reproduce
- Go to /admin/config/system/url_redirect.
- Create a redirect and select a specific user.
- Save the redirect.
- Edit the same redirect.
Proposed resolution
Ensure that the selected user is properly saved during redirect creation and persists when the redirect is edited.
Issue fork url_redirect-3570820
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
anton4uk commentedComment #6
grask0 commentedThanks, merged!