You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
I'm triggering a Smart Action on a Smart View with a button, as per the docs. But the records don't appear to be sent to the action route.
Button looks like
<button {{action 'triggerSmartAction' collection 'Do The Action' records}}> Do It </button>
Expected behavior
Logging
req.body.data
in the Smart Action route should show me the record IDs used in the Smart View.Actual behavior
Returns a mostly empty object:
{ attributes: { ids: [], values: {}, collection_name: 'images' }, type: 'custom-action-requests' }
The text was updated successfully, but these errors were encountered: