Are you sure the routing.yml is configured correctly?
It seems to me, the URL has to be photolibrary/delete/82

On 2 nov, 11:13, saturngod <saturn...@gmail.com> wrote:
> I write generator.yml like that
>
> generator:
>   class:              sfPropelAdminGenerator
>
>   param:
>     model_class:      Photolibrary
>     theme:            default
>
>     config:
>     list:
>       title:  Photo Library Management
>       display:  [=username,name,thumbnail_image,date]
>       max_per_page:  10
>       sort:  [userid,asc]
>       filters: [userid,name]
>       object_actions:
>         _delete: -
>       batch_actions:
>         _delete: -
>
>       fields:
>          username: { name: User Name, params: width=300}
>          name: { name: Picture}
>          thumbnail_image: {name: Image, type: image_tag}
>
> Delete button appear and but I can't delete it. It show
>
> Action "photolibrary/82" does not exist.
>
> So, How to write for delete ?
--~--~---------~--~----~------------~-------~--~----~
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