Improve messages for redirect form to be similar to other entities

Created on 26 July 2025, 18 days ago

Problem/Motivation

When creating, updating or deleting a redirect, the message are not the same as other entities, like nodes for example.
Create: The redirect has been saved.
Update: The redirect has been saved.
Delete: The redirect [destination] has been deleted.

Steps to reproduce

Create / edit / delete a redirect.

Proposed resolution

To be more in line with other entities, we should use the following for create/update:
Create: The redirect [path] has been created.
Update: The redirect [path] has been updated.

For delete I suggest we change the [destination] in the message to the [path]. Multiple redirect can have the same destination. In this case it is not clear which redirect is deleted. The path should be more clear.
Delete: The redirect [path] has been deleted.

Remaining tasks

Write a patch
Review
Commit

User interface changes

The messages after create/update/delete should are changed.

API changes

None

Data model changes

None

Feature request
Status

Active

Version

1.0

Component

Code

Created by

🇳🇱Netherlands seanB Netherlands

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024