[symfony-users] [sf1.4][sfDoctrinePlugin] Sluggable canUpdate=false does not work as expected

2010-08-27 Thread Cyrille37
Hello, I've just starting to use the Sluggable behavior and set it with canUpdate = false. Then: * I clear the cache * re-generate db (doctrine:build --all --sql --db --and-load) * re-generate the admin (doctrine:generate-admin x x) But the admin form still have a field for the slug field,

Re: [symfony-users] [sf1.4][sfDoctrinePlugin] Sluggable canUpdate=false does not work as expected

2010-08-27 Thread Gábor Fási
canUpdate means: if the sluggable field changes, should the slug change as well, or stay the original? Obviously you can still edit it manually. On Fri, Aug 27, 2010 at 16:12, Cyrille37 cyrill...@gmail.com wrote: Hello, I've just starting to use the Sluggable behavior and set it with