Rocket.chat: [Bug] can't save room settings / can't delete room

Created on 20 Oct 2017  路  10Comments  路  Source: RocketChat/Rocket.Chat

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:


uux bug

Most helpful comment

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

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

All 10 comments

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

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

I will add it

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

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

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

The fix work, thanks a lot.

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

@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

Working fine!

Closed by #8753

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RiusmaX picture RiusmaX  路  81Comments

chrisvella picture chrisvella  路  96Comments

pnewell picture pnewell  路  243Comments

mitar picture mitar  路  68Comments

Theaxiom picture Theaxiom  路  72Comments