Problem/Motivation

When saving values on a config page, the message returned shows the "label" of the config page twice. This appears to be due to the single-bundle nature of config page entities.

Screenshot of duplicate messaging that reads "Test test has been updated"

Steps to reproduce

- Go to the entry form for a config page
- Click "save"
- Note the status message is formatted as "@type %info has been updated."
- Note that @type and %info are the same value.

Proposed resolution

Simplify the status messages to remove the redundant string values.

Remaining tasks

Create a patch.

Command icon 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

merauluka created an issue. See original summary.

merauluka’s picture

Issue summary: View changes
StatusFileSize
new60.64 KB

merauluka’s picture

Status: Active » Needs review

Changing to Needs Review.

  • shumer committed 6a5f9f8 on 8.x-2.x authored by merauluka
    Issue #3290975: Duplicative text within status messages on save
    
shumer’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.