Skip to content

Commit

Permalink
add the option to retroactively decline an accepted share
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christofas committed Dec 8, 2020
1 parent 111569d commit 6ee93d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<translate>Accept</translate>
</oc-button>
<oc-button
v-if="item.status === 1"
v-if="item.status === 1 || item.status === 0"
variation="raw"
class="file-row-share-status-action uk-text-meta oc-ml"
@click="pendingShareAction(item, 'DELETE')"
Expand Down
6 changes: 6 additions & 0 deletions changelog/unreleased/accepted-shares-decline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: add the option to decline accepted shares

Declined shares could be accepted retroactively but accepted shares could not be declined.

https://github.com/owncloud/ocis/issues/985

0 comments on commit 6ee93d9

Please sign in to comment.