-
Notifications
You must be signed in to change notification settings - Fork 156
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
[full-ci] Space root not updated #7546
Conversation
Results for e2e-tests oCIS https://drone.owncloud.com/owncloud/web/28757/12/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/28757/tracing/public-link-for-space-alice-2022-9-29-11-41-02.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/28757/tracing/public-link-for-space-brian-2022-9-29-11-41-31.zip |
No changelog item needed |
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.
LGTM :)
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.
Not so good - postponed |
6b9be05
to
ea8b650
Compare
return | ||
} | ||
|
||
this.loading = true | ||
// shared resources look different, hence we need to fetch the actual resource here |
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.
I always wondered why we have highlightedFile
AND selectedFile
. Turns out, it's needed because share resources look different than "normal" resources. Some information like mdate
is missing in a built share. Therefore we need to fetch the actual resource in such cases.
Maybe the OCS share API will be extended by the missing properties in the future. Then we could skip this whole fetching-stuff here.
6b3ede0
to
5c69f5a
Compare
Kudos, SonarCloud Quality Gate passed! |
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: