I have created a field validator which prevents duplicate field values per user. When adding new nodes using node_save($node), unique field validation does not prevent the creation of duplicate nodes (nodes with similar value on a particular field). Any idea how to fix this and make the validation be raised? Thank you.

Comments

W.M. created an issue. See original summary.

NWOM’s picture

Version: 7.x-2.6 » 7.x-2.x-dev
Category: Support request » Bug report

This appears to be a bug. When importing nodes via Feeds, directly with an assigned author, the field validation is ignored.