-
Notifications
You must be signed in to change notification settings - Fork 44
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: set default tolerances in the store #9977
Conversation
Signed-off-by: Clara Ni <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #9977 +/- ##
==========================================
- Coverage 79.87% 79.87% -0.01%
==========================================
Files 1048 1048
Lines 105232 105246 +14
Branches 756 756
==========================================
+ Hits 84057 84063 +6
- Misses 21134 21142 +8
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
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 !
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 !
tolerances are stored in the store and in the local storage. For some users, this field is still undefined in their local storage. However, since #9977, we assume that tolerances can not be undefined, which is not true if the users have not reset their store (=clean their cookies) or manullaly filled it. To prevent the app from crashing when a user without tolerances opens the stdcm page, I revert the changes in StdcmOrigin and StdcmDestination for now. Signed-off-by: Clara Ni <[email protected]>
tolerances are stored in the store and in the local storage. For some users, this field is still undefined in their local storage. However, since #9977, we assume that tolerances can not be undefined, which is not true if the users have not reset their store (=clean their cookies) or manullaly filled it. To prevent the app from crashing when a user without tolerances opens the stdcm page, I revert the changes in StdcmOrigin and StdcmDestination for now. Signed-off-by: Clara Ni <[email protected]>
tolerances are stored in the store and in the local storage. For some users, this field is still undefined in their local storage. However, since #9977, we assume that tolerances can not be undefined, which is not true if the users have not reset their store (=clean their cookies) or manullaly filled it. To prevent the app from crashing when a user without tolerances opens the stdcm page, I revert the changes in StdcmOrigin and StdcmDestination for now. Signed-off-by: Clara Ni <[email protected]>
closes #9803