samdark / yii2-shop

Example project implementing simple shop using Yii 2.0
Other
461 stars 236 forks source link

SluggableBehavior doesn't generate unique Slugs. #17

Closed AlaFalaki closed 9 years ago

AlaFalaki commented 9 years ago

Hi, I'm afraid the SluggableBehavior doesn't work as it should be. I think SluggableBehavior job is to generate unique slugs, but here, i don't see unique slugs. It generates slugs and insert them into DB, but if we have duplicate titles, it generates duplicate slugs.

AlaFalaki commented 9 years ago

I can't believe this, it was completely my fault and got 2 days of my life! sry to bother you.