avo
avo copied to clipboard
Access selected records on actions fields/messages
Context
Allow to access the selected records when rendering action fields.
From here https://discord.com/channels/740892036978442260/1141725718364045394/1258058534206046269
Related discord thread: https://discord.com/channels/740892036978442260/1141725618694795364/1288893781151584381
Possible approach
*Please take this with a grain of salt as I didn't think about it very long
Maybe a post with data-turbo-method
and pass in the id's as well? Or pass the id's in a param with the get request using some kind of JS?
Or even compress the ids for the param using https://github.com/hopsoft/universalid?