nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.51k stars 4.08k forks source link

fix(files_sharing): Resolve race condition blocking link share requests #49442

Open nfebe opened 3 days ago

nfebe commented 3 days ago

Fixed a race condition in the frontend that prevented share link creation requests from being sent to the backend. Instead of communicating with the server, the share links were incorrectly added to the frontend list, and a new menu to create another link appeared.

This fix ensures the correct sequence of actions, allowing share links to be properly created and synchronized with the backend.

Checklist