Action: gk/gravityboard/card/changed-lane
Runs when a card (entry) has been moved to a new lane, 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 source lane ID exactly as the request sent it, or null when the request named none. |
| $target_lane_id | int | The ID of the target lane. |
Since
- 1.0
Source
Defined in src/Ajax.php at line 688