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 | The updated entry data. |
| $feed | array | The feed data. |
| $source_lane_id | int | The ID of the source lane. |
| $target_lane_id | int | The ID of the target lane. |
Since
Source
Defined in src/Ajax.php at line 567