-
Notifications
You must be signed in to change notification settings - Fork 76
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
change displayName with IEventDispatcher #581
Conversation
Signed-off-by: Sebastian Biller <s.biller@tu-braunschweig.de>
edc9c96
to
0cbe1c0
Compare
@Superjamp Thanks for your pull request. Could you add some additional details on if that was due to any specific issues you encountered? I've just been debugging an issue that potential display name changes were not propagated to the user account data, to be more specific, the display name shown in the user profile. Is that similar to what you encountered? Steps I had for running into this:
|
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.
Tested and fixes the issue I was hunting 👍
CI phpunit fails, seems like an issue with the tests themselves though. |
@juliushaertl 👍 |
Looks like it is actually a regression from nextcloud/server#27474 Test failures seem expected due to the fact that the event dispatcher is not injected and therefore not mocked in the unit test cases. Will see if I can push a fix for that. |
I've pushed your commit with an additional one for the tests to #582 |
superseded by #582 |
No description provided.