data-table-bundle icon indicating copy to clipboard operation
data-table-bundle copied to clipboard

Fix batch modal action

Open maciazek opened this issue 3 months ago • 0 comments

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.

maciazek avatar Sep 14 '25 14:09 maciazek