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

  1. Also move these messages into settings (.install config and update hook)
  2. Provide placeholders for the comma separated list of fields that have to be unique
  3. 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

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

anybody created an issue. See original summary.

anybody’s picture

skifdesu made their first commit to this issue’s fork.

skifdesu’s picture

Status: Active » Needs review

Moved 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...