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

OCS share fix including file info after update #958

Merged
merged 1 commit into from
Jul 9, 2020
Merged

OCS share fix including file info after update #958

merged 1 commit into from
Jul 9, 2020

Conversation

PVince81
Copy link
Contributor

@PVince81 PVince81 commented Jul 9, 2020

After updating a user share, the file information was missing from the
response. This fix makes a stat call before returning the response to
properly populate the file_source and other fields.

Fixes owncloud/ocis-reva#332

Tested manually by looking at the network console in the browser after editing a user share.

Before this fix: the fields files_source and a few others were empty.
After this fix: the file id appears there in base64 form.

After updating a user share, the file information was missing from the
response. This fix makes a stat call before returning the response to
properly populate the file_source and other fields.
@labkode labkode merged commit 8820b64 into cs3org:master Jul 9, 2020
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.

Edit user share response might be missing file ids
2 participants