-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
fix: check if owners are actually being updated in PUT /datasets/<id>
#16941
Conversation
350f463
to
6cf6f7b
Compare
PUT /datasets/<id>
6cf6f7b
to
c81814b
Compare
…/ds-overwrite-better
Codecov Report
@@ Coverage Diff @@
## master #16941 +/- ##
==========================================
- Coverage 76.92% 76.92% -0.01%
==========================================
Files 1030 1030
Lines 55022 55024 +2
Branches 7465 7465
==========================================
Hits 42328 42328
- Misses 12440 12442 +2
Partials 254 254
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
🏷️ 2021.40 |
…>` (apache#16941) * check if owners are actually being updated * move logic to FE * fix * fix (cherry picked from commit 40861b3)
Verified fixed! |
…>` (apache#16941) * check if owners are actually being updated * move logic to FE * fix * fix (cherry picked from commit 40861b3)
…>` (apache#16941) * check if owners are actually being updated * move logic to FE * fix * fix
…>` (apache#16941) * check if owners are actually being updated * move logic to FE * fix * fix
SUMMARY
Explicitly setting the owners from the FE, so they do not get overwritten in the backend.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION