Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.2
-
Fix Version/s: None
-
Component/s: Sluggable
-
Labels:None
Description
I want to create a non-unique slug of a title field from my table.
But I've found that when I change unique from 'true' to 'false' the slugs were not created or updated
In lib\Doctrine\Template\Listener\Sluggable.php inside preUpdate() function the first if() statement disables the unique (false) option.