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
The Web client currently ignores share dates by not using them. The following steps must be taken to make them work again:
Share
sdate
Resource
ShareResource
buildIncomingShareResource
buildOutgoingShareResource
buildCollaboratorShare
buildLinkShare
ListItem.vue
Currently blocked by owncloud/ocis#8749.
The text was updated successfully, but these errors were encountered:
JammingBen
Successfully merging a pull request may close this issue.
The Web client currently ignores share dates by not using them. The following steps must be taken to make them work again:
Share
interface by a share date propertysdate
property fromResource
toShareResource
buildIncomingShareResource
andbuildOutgoingShareResource
to use the correct share date propertybuildCollaboratorShare
andbuildLinkShare
to use the correct share date propertyListItem.vue
(https://github.com/owncloud/web/blob/master/packages/web-app-files/src/components/SideBar/Shares/Collaborators/ListItem.vue#L339)Currently blocked by owncloud/ocis#8749.
The text was updated successfully, but these errors were encountered: