-
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
[user mgnt] fix delete user feedback on failure #18114
Conversation
Use the whitespace cleaned diff: https://github.com/owncloud/core/pull/18114/files?w=1 |
@karlitschek Just tested it and it is also broken on stable8 and stable8.1. I would like to backport this then. |
in this case it's not a regression 🙊 |
It's a regression, because it worked in stable7 and broke during the move of the ajax files to a user controller ;) |
Was introduced in #12618 @LukasReschke You also now have the opportunity to review this :P |
A new inspection was created. |
👍 |
@Xenopathic @rullzer @LukasReschke @blizzz @oparoz Please review :) |
Works! 👍 |
[user mgnt] fix delete user feedback on failure
@karlitschek What about the backport to stable8 and stable8.1? |
Ping. |
please backport! |
Issue noticed during the backports: #20254 |
To reproduce the failure case change the condition of the if in https://github.com/owncloud/core/blob/637edfde24eefd9e9723ce3d438a7d627059681c/settings/controller/userscontroller.php#L393-393 to
true
.Before:
After: