fix(Settings): Only list users in transfer ownership#3050
Merged
Conversation
Signed-off-by: Louis Chmn <louis@chmn.me>
77fb729 to
c5715a0
Compare
c5715a0 to
e2aac67
Compare
e2aac67 to
84ab135
Compare
84ab135 to
eb41bd9
Compare
Contributor
Author
Oups, indeed, shouldn't have rushed it... Corrected. |
eb41bd9 to
5d82c3a
Compare
5d82c3a to
8eb1c5f
Compare
susnux
reviewed
Nov 20, 2025
Collaborator
Contributor
Author
Yeah, that or a computed property. The advantage of the current solution is that we do not ask the server for more information than we need. Happy to comply, thought :). |
Collaborator
|
Yes, that was also my first attempt to fix it, but I didn't succeed in passing the required parameters to the search mixin. Which we should also get rid of during vue3 migration. |
101562c to
0b99ffe
Compare
Signed-off-by: Louis Chmn <louis@chmn.me>
0b99ffe to
0436c4e
Compare
Chartman123
approved these changes
Nov 21, 2025
Collaborator
There was a problem hiding this comment.
I checked it on my local instance, works as expected. @artonge thank you very much!
Collaborator
|
/backport to stable5.2 |
3 tasks
Contributor
Author
|
/backport to stable4 |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed two issues:
1. Selecting a result had no effect
Screencast.From.2025-11-20.16-19-37.mp4
2. Non-user results were presented to the user
Fix #3049