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
Currently it's possible to do the above, not sure if we want it though
The issue is that Trip does not know anything about its plans. So when we want to edit a trip, it just uses its own boundaries for start and end dates.
Would be preferable when we edit trip:
Start date is in range of: min(current date, earliest plan's start date) to plan's earliest date
End date is in range of: max(trip's end date, latest plan's end date) to any date after that
I tried to do it but it was quite hard to create the picker for the boundaries
The text was updated successfully, but these errors were encountered:
Currently it's possible to do the above, not sure if we want it though
Would be preferable when we edit trip:
min(current date, earliest plan's start date)
to plan's earliest datemax(trip's end date, latest plan's end date)
to any date after thatI tried to do it but it was quite hard to create the picker for the boundaries
The text was updated successfully, but these errors were encountered: