Needs review
Project:
Entityqueue
Version:
8.x-1.9
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2021 at 19:34 UTC
Updated:
28 Mar 2025 at 20:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chandravilaschandravilas created an issue. See original summary.
This patch allows unique records:
https://www.drupal.org/files/issues/2021-02-07/entity_queue_unique_recor...
Comment #2
chandravilasThis patch allows unique records
https://www.drupal.org/files/issues/2021-02-07/entity_queue_unique_recor...
Comment #3
virajrajankar commentedComment #4
virajrajankar commentedtagging to correct module
Comment #5
amateescu commentedUnfortunately this is a limitation of core's Entity Reference field, which allows duplicate values. Until that is fixed, you might want to use the Entity Reference Validators module.
I'll keep this issue open as a feature request, in case someone has time to implement a (configurable) way to solve this.
Comment #8
anil.sharma commentedAdded error message.
Comment #9
phubear commentedFollowing up on patch from previous comment, I adjusted it a bit as some scenarios caused the error message to not be displayed correctly from ajax submit function.