Details
Description
I've the same problem than this post : http://groups.google.com/group/doctrine-user/browse_thread/thread/3737fd293fef5fda/d86a8bc2578e4bac
Then, I've set "uniqueBy: [name, type] ", and my data goes in database BUT they can have the same slug.
So I can't retrieve an objects wich has equal slug with another.
The column aggregation inheritance does'nt take care of others slugs.
Here's an improved patch with a better algorithm to find the column aggregation inhertiance base class:
http://trac.ullright.org/browser/trunk/plugins/ullCorePlugin/patch/Sluggable.patch?rev=3067
This fixes my problem (see above)