Fix getting the file owner for share recipients#39670
Conversation
5b23448 to
35d97bf
Compare
|
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
See PR #39675 - that has 2 new scenarios that demonstrate this issue, and they pass with this code.
I can't just cherry-pick those in here, because they need various test code from master that is not in the release-10.9.1 branch. If we want, we could merge #39639 to release-10.9.1 to get all that test code into the release branch. But it might be best not to do that - we might accidentally cause some merge problem back to master...
When we merge back things from release-10.9.1 to master (however we do that in a controlled way), we can also apply the test scenarios to master.








Description
Fixed a bug where a wrong file owner was retrieved when saving version authors. This scenario happened for share recipients if they had a file with the same name as the shared one.
Related Issue
Types of changes
Checklist: