⚠️ This issue respects the following points: ⚠️
Bug description
When renaming, the spinner keeps spinning. A page refresh is needed to see the rename complete.
Steps to reproduce
- As admin, share a folder "test" with another user "alice"
- Login as "alice"
- Go to "Shared with me"
- Rename "test" to "test_renamed"
Expected behavior
After the backend returns, the UI should show "test_renamed"
Installation method
No response
Operating system
No response
PHP engine version
PHP 7.4
Web server
No response
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
No response
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No errors in log in the web UI.
I can see in the network console that the MOVE operation succeeded with a 201.
Additional info
Probably something is broken when listening to the MOVE response.
Observed on git master (e3869dc).
Also reported internally to happen on Nextcloud 24.0.5
@CarlSchwan FYI
Bug description
When renaming, the spinner keeps spinning. A page refresh is needed to see the rename complete.
Steps to reproduce
Expected behavior
After the backend returns, the UI should show "test_renamed"
Installation method
No response
Operating system
No response
PHP engine version
PHP 7.4
Web server
No response
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
No response
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
Additional info
Probably something is broken when listening to the MOVE response.
Observed on git master (e3869dc).
Also reported internally to happen on Nextcloud 24.0.5
@CarlSchwan FYI