Skip to content

Commit

Permalink
Add return statement, add missing issues to changelog item
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed May 20, 2022
1 parent 145e644 commit 6b911b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog/unreleased/bugfix-accept-remote-share-reload
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ We've fixed a bug where the file list would not reload after accepting a remote

https://github.com/owncloud/web/pull/6942
https://github.com/owncloud/web/issues/1774
https://github.com/owncloud/web/issues/4247
https://github.com/owncloud/web/issues/4839
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default {
// accepted federated share
if (state === 0 && fileTarget) {
bus.publish('app.files.list.load')
return
}
if (path) {
Expand Down

0 comments on commit 6b911b4

Please sign in to comment.