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.
.
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
Most helpful comment
A quick fix is adding this to layout->customcss:
.flex-tab .channel-settings .button {visibility: visible}