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
Write timeline controller to fetch a particular timeline by id, check if the current user can view it, and if yes, pass the following parameters to the view:
timeline start and end date, and overall width (empty function for now, just call it from Timeline Model)
$nodes of this timeline
title
Indications
Don't edit models or views
return timeline.blade.view
test with : a public timeline, a private timeline, a private timeline where the current user is the owner
The text was updated successfully, but these errors were encountered:
Write timeline controller to fetch a particular timeline by id, check if the current user can view it, and if yes, pass the following parameters to the view:
Indications
The text was updated successfully, but these errors were encountered: