Symfony Sonata Admin: ask_confirmation template

0

It is possible to change the confirmation template (ask_confirm = > true) or if there is a way to change the buttons and be able to customize them

In code what I do is

$actions['changeStatus'] = array(
                'label' => 'Cambiar Estado',
                'ask_confirmation' => true,
            );
    
asked by Daniel Jimenez 24.05.2018 в 13:46
source

0 answers