-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛Cannot refresh page when only 1 study per user is allowed #7374
🐛Cannot refresh page when only 1 study per user is allowed #7374
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7374 +/- ##
==========================================
- Coverage 87.28% 84.08% -3.21%
==========================================
Files 1709 659 -1050
Lines 66325 31578 -34747
Branches 1124 168 -956
==========================================
- Hits 57895 26552 -31343
+ Misses 8110 4968 -3142
+ Partials 320 58 -262
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.
Thanks
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.
Thanks for the quick fix
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.
good one
8e12678
to
68ee8b4
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.
thx!
services/web/server/src/simcore_service_webserver/projects/projects_service.py
Show resolved
Hide resolved
68ee8b4
to
e28cea9
Compare
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 5aed474 |
|
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
What do these changes do?
NOTE: this should probably go in a hotfix if it works
comparison between UUID and str never resolves
Related issue/s
How to test
Dev-ops checklist