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 name and displayName in an ocm PROPFIND response #4963

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

2403905
Copy link

@2403905 2403905 commented Nov 19, 2024

Related issue #10582

@2403905 2403905 requested review from labkode, glpatcern and a team as code owners November 19, 2024 23:53
@@ -284,7 +284,7 @@ func convertStatToResourceInfo(ref *provider.Reference, f fs.FileInfo, share *oc
Id: id,
MimeType: mime.Detect(f.IsDir(), f.Name()),
Path: name,
Name: name,
Name: filepath.Base(name),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this a bug in the webdav module? I guess we should fix it there. Shouldn't we?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved to the gowebdav

@2403905 2403905 merged commit 5d520d0 into cs3org:edge Dec 2, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants