-
Notifications
You must be signed in to change notification settings - Fork 975
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
[Backend] External reference fail creation as checked attribute is not the good one (#8545) #8548
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8548 +/- ##
==========================================
+ Coverage 66.21% 66.43% +0.21%
==========================================
Files 597 597
Lines 60417 60546 +129
Branches 6205 6446 +241
==========================================
+ Hits 40008 40223 +215
+ Misses 20409 20323 -86
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The code change looks all right, but I'm not sure it fixes the issue. |
Sometimes the external refs was not created at all. To have the deletion you need to activate the advanced option "full sync" on the client side |
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.
change is good and should fix issues, but I couldn't make sure that the bug related is fixed.
With perfect sync advanced option, the external ref is well synchronized (added and removed). But without this option, the remove of external ref or label is not synchronized. |
Thats the expected behavior. Without full sync the refs are only cumulated (markings, externals refs, labels, ...) |
See #8545