Closed (fixed)
Project:
Unique field
Version:
8.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2025 at 10:57 UTC
Updated:
21 Jan 2025 at 11:24 UTC
Jump to comment: Most recent
1. Select a field "Choose the fields that should be unique".
2. Remove this field from the form at "Manage form display".
3. Edit the node.
4. The website encountered an unexpected error. Try again later.
We need to skip validations for the fields which not presented in the form.
For example, the fields that are hidden in the "Manage form display".
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 #3
bohartThe provided MR fixes the issue.
It skips validations for the fields which are not presented in the form.
For example, the fields that are hidden in the "Manage form display".
Comment #5
astonvictor commentedthanks for the report and quick fix.
merged and released
Comment #6
astonvictor commented