server
server copied to clipboard
[Bug]: Status modal closes unexpectedly
⚠️ This issue respects the following points: ⚠️
- [X] This is a bug, not a question or a configuration/webserver/proxy issue.
- [X] This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- [X] Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- [X] I agree to follow Nextcloud's Code of Conduct.
Bug description
There was a weird interaction with the status modal for a while. Sometimes it closes before I click Save. I've finally been able to figure out reproduction steps.
Steps to reproduce
- Log into Nextcloud
- Open the status modal from the settings top right
- Enter "a" into the status input
- Click one of the presets below, like "Vacationing"
Expected behavior
The preset text is put into my status. The modal does not close.
Installation method
None
Nextcloud Server version
27
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
- [ ] Default user-backend (database)
- [ ] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
cc @Antreesy @nickvergessen
can we add this bug here also?
- choose a preset
- overwrite the status text
- press save
Actual result:
- default text is used as status
- just 'messageId | "meeting"' is sent back to the endpoint message/predefined
- during a normal status change 'message | "test"' is sent to the endpoint message/custom
I'd say that is separate but I ran into that as well