feat: cherry-picked checkins

This commit is contained in:
Ben Goldsworthy 2024-07-06 00:28:30 +02:00
parent 1e0f82d435
commit 1b0b240de3
Signed by: Rumperuu
SSH key fingerprint: SHA256:e5XfzNOr9UvWpEzyLfw0GtTMZWIFh3NmxH+/qQIi3xE
2 changed files with 5 additions and 4 deletions

View file

@ -90,7 +90,8 @@ class TrackerController extends Controller
'trip' => $tripData,
'showAllCheckins' => ($viewMode === 'all'),
'fromCheckin' => $fromCheckin,
'toCheckin' => $toCheckin
'toCheckin' => $toCheckin,
'cherryPicked' => !!$cherryPickedCheckins
]
);
}