Closed (fixed)
Project:
Resource Conflict
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2025 at 01:11 UTC
Updated:
2 Dec 2025 at 05:04 UTC
Jump to comment: Most recent
Resource Conflict currently always sets a generic form error message when a conflict
is detected, instead of attaching the error to the configured date field. This makes
it harder for editors to see which field needs fixing, and for contrib modules or
site-specific listeners to replace the default message cleanly via the
NodeValidationEvent.
resource_conflict_node_form_validate() to build the conflict$form_state->setError() when the field exists, falling back tosetErrorByName() when it does not.
ResourceConflictValidationSubscriberStart 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 #4
joelpittet