Closed (fixed)
Project:
Node Title Validation
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2015 at 11:31 UTC
Updated:
4 Dec 2015 at 10:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
aditya_anurag commentedDuring validation of the title, we will be passing the node id as parameter.
$found_node_with_title = _node_title_validation_find_title_exist($node->title, $node->nid);So that, node id can be checked with current editing node id.
We can get out of this "There is already a node exist with title".
Comment #3
heykarthikwithuTested the patch, works fine.
Comment #5
krknth commentedThanks @aditya_anurag, @heykarthikwithu