Problem/Motivation
While there is a settings page for the single error message (also see #3589117: Fill the message fields on the settings page with the default text by default) there is none for the combination of fields:
https://git.drupalcode.org/project/unique_field/-/blob/8.x-2.x/unique_fi...
So this is incomplete.
Steps to reproduce
Proposed resolution
- Also move these messages into settings (.install config and update hook)
- Provide placeholders for the comma separated list of fields that have to be unique
- Provide placeholders for the URL and label of the entities that would be duplicated (#3589114: Add a setting to show which entities with the same values already exist in the error message)
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork unique_field-3589119
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
anybodyComment #5
skifdesu commentedMoved the warning text into the settings.
As soon this issue is related to another issue #3589117, I had to include all the code from the MR !58 to the current's issue MR.
Probably, the MR !58 have to be closed...