-
Notifications
You must be signed in to change notification settings - Fork 11k
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
"Leave" button in info panel does not work #9688
Comments
On serverside this is the error:
|
Can confirm this, my server-side error is identical, also here's the log of a JS error on the client side after confirming the leave-warning with "Yes, leave it": my.host.name-1518535356407.log Cheers |
I noticed that the custom room type's warning text is not respected anymore. |
I am about to fix both issues |
mrsimpson
added a commit
to assistify/Rocket.Chat
that referenced
this issue
Feb 13, 2018
… the channel popover Introduces a re-use-library for the channel related actions.
engelgabriel
added a commit
to assistify/Rocket.Chat
that referenced
this issue
Feb 15, 2018
rodrigok
added a commit
to assistify/Rocket.Chat
that referenced
this issue
Feb 17, 2018
…-leave-room # Conflicts: # package-lock.json
rodrigok
added a commit
that referenced
this issue
Feb 19, 2018
[FIX] Harmonize channel-related actions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
When pressing the leave button in the right info panel, an user gets an
400
error message. The user is not able to leave the room.Leaving by using the channel context menu in the left channel list works.
Server Setup Information:
Steps to Reproduce:
Expected behavior:
User can leave the channel.
Actual behavior:
User cannot leave the channel by using the leave button in the right column.
Leaving by using the button in the left column works.
The text was updated successfully, but these errors were encountered: