This probably won't work, but try explicitly defining a different
field name for the slug using the "name" option:

Usuario:
   actAs:
     Sluggable:
       unique: true
       fields:  [nombre_apellidos]
       canUpdate: true
       name: 'myslug'


On Jul 27, 10:57 am, Javier Garcia <tirengar...@gmail.com> wrote:
> On Jul 20, 12:00 pm, Tom Ptacnik <to...@tomor.cz> wrote:
>
> > Maybe colision with inheritance? Try to move inheritance before actAs
> > (only guess)
>
> Yes there is a colision with inheritance. When i remove the
> inheritance it works ok.
>
> I changed the position of inheritance but the field slug doesn't
> appear..
>
> Any other idea or should i consider this is a bug?
>
> Javi

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to