Thanks, but it didn't work.

On 07/28/2010 09:20 PM, John Kary wrote:
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<[email protected]>  wrote:
On Jul 20, 12:00 pm, Tom Ptacnik<[email protected]>  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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to