Skip to content
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

[Bug] can't save room settings / can't delete room #8562

Closed
zensudo opened this issue Oct 20, 2017 · 10 comments
Closed

[Bug] can't save room settings / can't delete room #8562

zensudo opened this issue Oct 20, 2017 · 10 comments

Comments

@zensudo
Copy link

zensudo commented Oct 20, 2017

Description:

After updating from 0.58.4 to version 0.59.1, i'm not able to save my room settings. When i open the informations, it is possible to change them, but not to save it. As well there is no way to delete a room. The whole area looks shifted.

Server Setup Information:

  • Version of Rocket.Chat Server: 0.59.1
  • Operating System: Ubuntu
  • Deployment Method(snap/docker/tar/etc): snap
  • Number of Running Instances: 1
  • DB Replicaset Oplog:
  • Node Version: v4.8.4

Steps to Reproduce:

  1. Update to 0.59.1
  2. Go to "administration > rooms"
  3. Open room settings

Expected behavior:

Actual behavior:

  • The settings can be changed but not saved.
  • No room delete available.
  • UI looks buggy in the right pane.

bildschirmfoto 2017-10-20 um 11 19 43
.

Relevant logs:

@TwizzyDizzy
Copy link

TwizzyDizzy commented Oct 20, 2017

I can confirm this. Might be far fetched but could be related to the missing button from this issue, since the save button is missing here, too.

Cheers
Thomas

@ghost
Copy link

ghost commented Oct 20, 2017

Related issue. Deleting the room is not possible anymore? Or do i miss something?

@zensudo
Copy link
Author

zensudo commented Oct 20, 2017

I will add it

@zensudo zensudo changed the title can't save room settings [Bug] can't save room settings Oct 20, 2017
@zensudo zensudo changed the title [Bug] can't save room settings [Bug] can't save room settings / can't delete room Oct 20, 2017
@Nosferous
Copy link

Same issues as original poster. Same version / server deployment as well.

Can't modify/delete room in End-User interface > Room Info
Or Administration > Rooms

@MarZab
Copy link

MarZab commented Oct 23, 2017

A quick fix is adding this to layout->customcss:

.flex-tab .channel-settings .button {visibility: visible}

@exagon
Copy link

exagon commented Oct 24, 2017

The fix work, thanks a lot.

@PhABC
Copy link

PhABC commented Oct 24, 2017

You can also go in the JS console and type document.getElementsByClassName("button primary save")[0].click(), which will save the changes.

@TwizzyDizzy
Copy link

@MartinSchoeler I think this is something that should maybe be incorporated at least into the 0.60.0 or 0.59.4 milestone (since 0.59.3 seems done)...

Cheers
Thomas

@itegtdeb
Copy link

itegtdeb commented Nov 3, 2017

Working fine!

@rodrigok
Copy link
Member

rodrigok commented Dec 1, 2017

Closed by #8753

@rodrigok rodrigok closed this as completed Dec 1, 2017
@rodrigok rodrigok added this to the 0.60.0 milestone Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants