-
Notifications
You must be signed in to change notification settings - Fork 2.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
[stable7] Fix getItemSharedWithUser for groups #13470
[stable7] Fix getItemSharedWithUser for groups #13470
Conversation
Great 👍 |
I have retested with the steps from #13361 (comment) |
Strange, tests passed for me locally |
Fixed SQL query for whenever a user has more than one group. Added missing $owner where clause for group lookup. Added unit tests for the group cases. Backport of 40931a8 from master
ed6da64
to
18d46df
Compare
Refer to this link for build results (access rights to CI server needed): |
The inspection completed: 3 new issues, 5 updated code elements |
Can we get this important fix merged ? Thanks @schiesbn @MorrisJobke @LukasReschke @DeepDiver1975 |
Let me test that. |
Works 👍 |
…userwithmultiplegroups [stable7] Fix getItemSharedWithUser for groups
Fixed SQL query for whenever a user has more than one group.
Added missing $owner where clause for group lookup.
Added unit tests for the group cases.
Backport of #13423 to stable7
Please review and test @schiesbn @MorrisJobke @LukasReschke @DeepDiver1975