We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sleep(5);
core/apps/files_sharing/api/ocssharewrapper.php
Line 44 in 46045ec
Should see some spinner or anything else, telling the user that we are processing the info. This is especially important for remote shares, where it might take a bit longer. E.g. 8.1 (before the sidebar): https://doc.owncloud.org/server/8.1/user_manual/_images/direct-share-2.png
blank field, no info anywhere
@PVince81
The text was updated successfully, but these errors were encountered:
Provide proper feedback when creating a share in the webUI
51b55d5
Fixes #22304 Creating a share is not instant (especially not for federated shares) so we should show that something is happening in the webUI properly.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
rullzer
Successfully merging a pull request may close this issue.
Steps
sleep(5);
beforecore/apps/files_sharing/api/ocssharewrapper.php
Line 44 in 46045ec
Expected
Should see some spinner or anything else, telling the user that we are processing the info.
This is especially important for remote shares, where it might take a bit longer.
E.g. 8.1 (before the sidebar): https://doc.owncloud.org/server/8.1/user_manual/_images/direct-share-2.png
Actual
blank field, no info anywhere
@PVince81
The text was updated successfully, but these errors were encountered: