Action: gk/gravityboard/card/sorted
Runs when a card (entry) has been sorted, before the notification is triggered.
Parameters
| Name | Type | Description |
|---|---|---|
| $updated_entry | array<string,mixed> | The updated entry, keyed by field ID alongside the entry properties. |
| $feed | \FeedRow | The feed. |
| $source_lane_id | string|int|null | The sorted lane's ID exactly as the request sent it, or null when the request named none. |
| $ordered_ids | int[] | The ordered card IDs, already narrowed to the feed's form and the target lane. |
Since
- 1.0
Source
Defined in src/Ajax.php at line 707