Kreyu / data-table-bundle

Streamlines creation process of the data tables in Symfony applications. NOT PRODUCTION READY.
https://data-table-bundle.swroblewski.pl
MIT License
75 stars 14 forks source link

Fix confirmation behavior on LinkActionType #76

Closed bdecarne closed 6 months ago

bdecarne commented 6 months ago

Confirmation dialog with LinkActionType not working.

Proposed patch copy the behavior from block action_button_value

Note : with this patch, action_link_value and action_button_value in base.html.twig has now duplicate code. It might be refactored.

Kreyu commented 6 months ago

Hey! Thank you for the contribution, I'll check it later today

Kreyu commented 6 months ago

Thanks again @bdecarne :)