Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
[#543](https://github.com/nextcloud/cookbook/pull/543/) @seyfeb
- Fixed overlapping misaligned navigation toggles (as in #534)
[#544](https://github.com/nextcloud/cookbook/pull/544/) @seyfeb
- Refreshing left navigation pane after downloading recipe data, closes #465
[#547](https://github.com/nextcloud/cookbook/pull/547/) @seyfeb

### Removed
- Removal of old contoller no longer in use
Expand Down
2 changes: 2 additions & 0 deletions src/components/AppNavi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ export default {
$this.downloading = false
$this.$window.goTo('/recipe/' + recipe.id)
e.target[1].value = ''
// Refresh left navigation pane to display changes
$this.$root.$emit('refreshNavigation')
})
.catch(function(e) {
$this.downloading = false
Expand Down