-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Front: fix stdcm config crash when changing scenario in stdcm debug #10975
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10975 +/- ##
==========================================
- Coverage 80.66% 80.66% -0.01%
==========================================
Files 1098 1098
Lines 111787 111785 -2
Branches 744 745 +1
==========================================
- Hits 90176 90171 -5
- Misses 21568 21571 +3
Partials 43 43
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
front/src/modules/scenario/components/ScenarioExplorer/ScenarioExplorer.tsx
Outdated
Show resolved
Hide resolved
4c5e1de
to
da019ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm and tested, thank you !
da019ed
to
b80310a
Compare
b80310a
to
15abce3
Compare
If a timetable is empty, return a Datetime window for the current day. Signed-off-by: Clara Ni <clara.ni@outlook.fr>
…he user Signed-off-by: Clara Ni <clara.ni@outlook.fr>
Signed-off-by: Clara Ni <clara.ni@outlook.fr>
15abce3
to
da5a617
Compare
closes #10973
Thanks to the first commit, from now on, if a user selects an empty timetable in STDCM, then he will be able to request a train with a departure within the current day.