Hard-coded "The machine-readable name" for MachineName element

Created on 18 March 2021, over 3 years ago
Updated 30 January 2023, over 1 year ago

Problem/Motivation

Much of machine_name render element is configurable. Great. There's one small part that isn't. It bubbles up the name of the render element. Which doesn't work so well when the thing we are creating a "machine name" for isn't a machine name. In my case, its another thing entirely.

Steps to reproduce

Add a node type that already exists. See the error.

Proposed resolution

We could go a long way if we inserted the field name when rendering errors.

Instead of t('The machine-readable name is already in use. It must be unique.')
use:
t('%name is already in use. It must be unique.', ['%name' => $element['#title']]));

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Feature request
Status

Needs work

Version

10.1

Component
Render 

Last updated 2 days ago

Created by

heddn Nicaragua

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • The Needs Review Queue Bot tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".

    Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.

    Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.

Production build 0.71.5 2024