Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 22, 2024

  1. fix(files_sharing): Resolve race condition blocking link share requests

    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.
    
    Signed-off-by: nfebe <[email protected]>
    nfebe committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a73510b View commit details
    Browse the repository at this point in the history