Problem/Motivation
It seems the value of msg is changed too late: https://git.drupalcode.org/project/drupal/-/blob/a50f2889df0000ac8793190...
This statement does basically nothing and is not needed (it converts msg to a string but messageTips needs to be an array).
Steps to reproduce
Proposed resolution
Remove it.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|
Issue fork drupal-3586373
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 #2
prudloff commentedComment #3
ishani patel commentedComment #5
ishani patel commentedHello,
I've rasied MR.
Kindly review it.
Comment #6
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #8
prudloff commentedComment #9
smustgrave commentedLooks fine to me.