data-table-bundle
data-table-bundle copied to clipboard
Fix batch modal action
Fix https://github.com/Kreyu/data-table-bundle/issues/229 I'm creating this PR in case you would like to make changes in this fix - I'm not sure if this is the right way to solve this problem. If not, feel free to close this PR.
I found that batch modal action was using Stimulus' URL value, but identifiers were not appended to it. In my fix I replaced it with 'href' attribute, which is used in other batch actions.