Hi,
I try the new AdminGenerator with symfony2.
I installed the version 2.3.*@dev and I had no problèms.
The generator works but the batch does not appear despite the default configuration (the delete batch action).
I don't understand why.
Thanks for your help.
Yano
Here my config file (yml)
params:
model: Yano\AnnuaireBundle\Entity\Personne
namespace_prefix: Yano
concurrency_lock: ~
bundle_name: AnnuaireBundle
pk_requirement: ~
fields: ~
object_actions:
delete: ~
batch_actions:
delete: ~
builders:
list:
params:
title: List for AnnuaireBundle
display: ~
actions:
new: ~
object_actions:
edit: ~
delete: ~
excel:
params: ~
filename: ~
filetype: ~
filters:
params:
display: ~
new:
params:
title: New object for AnnuaireBundle
display: ~
actions:
save: ~
list: ~
edit:
params:
title: "You're editing the object \"%object%\"|{ %object%: Personne.title }|"
display: ~
actions:
save: ~
list: ~
show:
params:
title: "You're viewing the object \"%object%\"|{ %object%: Personne.title }|"
display: ~
actions:
list: ~
new: ~
actions:
params:
object_actions:
delete: ~
batch_actions:
delete: ~