Skip to content

Commit

Permalink
fix: display navigation for resolved private link
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Apr 26, 2021
1 parent eed3960 commit 4c2cb18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/unreleased/bugfix-navigation-in-private-links
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Display navigation for resolved private link

We've fixed that the navigation in the left sidebar is visible for a resolved private link as well

https://github.com/owncloud/web/pull/5023
2 changes: 1 addition & 1 deletion packages/web-app-files/src/views/PrivateLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default {
this.$router.push({
name: 'files-personal',
params: {
item: folder
item: folder || '/'
},
query: {
scrollTo: file
Expand Down

0 comments on commit 4c2cb18

Please sign in to comment.