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 18, 2022
1 parent d6eb5dc commit ac84f88
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 ac84f88

Please sign in to comment.