-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable27] 44032 fix show new shares without refresh #44464
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
Conversation
b21988c to
c6a0d7c
Compare
|
/backport to master |
|
/backport to stable29 |
|
/backport to stable28 |
c6a0d7c to
1273195
Compare
1273195 to
22c9019
Compare
2b131e0 to
5fafe28
Compare
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! |
244d328 to
0913a8e
Compare
susnux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logically makes sense, some code comments.
1fc066c to
2cf97f3
Compare
|
/compile |
susnux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good now
50b25a5 to
d08d477
Compare
artonge
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good :)
Signed-off-by: fenn-cs <[email protected]>
These changes fixes the issue of having the refresh the UI after share creation, as the share is not immediately removed from the UI list. Important changes - The basis of checking wether a password/expire date is no longer based on config values alone because the config is not expected in a share creation circle. Hence we check the configs and check if the share object (this.share) has the expected values set. This way, once the required properties are set, code control does not enter the block meant to handle the setting of required properties unneccessarily. Signed-off-by: fenn-cs <[email protected]>
d08d477 to
2be6834
Compare
|
/compile |
Signed-off-by: nextcloud-command <[email protected]>
Resolves : #44032
Before
no-refresh.mp4
After
now-refresh.mp4