-
Notifications
You must be signed in to change notification settings - Fork 79
BUG: Tweak readonly layer handling for migrations #3313
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
Conversation
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.
I think Layer.saveNodeEdits and Layer.storNodeEditsNoLift need readonly checks as well as there are some layer syncing/admin APIs which use those.
Yep, they were already using it i think? |
Ah yep nevermind, they already are, apparently I was looking at the wrong thing. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #3313 +/- ##
==========================================
- Coverage 97.28% 97.18% -0.11%
==========================================
Files 228 228
Lines 45863 45878 +15
==========================================
- Hits 44620 44587 -33
- Misses 1243 1291 +48
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
No description provided.