Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-01-29 02:06:12 +0300
committerdartcafe <github@dartcafe.de>2020-01-29 02:06:12 +0300
commita6e66f17078dc111a112ca446037e13ddb83b739 (patch)
tree9bf36af8b09f61711aee769600f2a378ae4800c4
parent2b0ac6a91d4d40cb29383bc808683452bd2d9ca5 (diff)
changelog.md and linting
-rw-r--r--CHANGELOG.md1
-rw-r--r--src/js/components/Subscription/Subscription.vue2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30c02a68..d1dafccb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
- delete comments (#193)
- Enter user name in public shared polls in a modal
- fixed routing error in NC16 (#787)
+ - load subscription on route change (#788)
## [1.1.6] - 2020-01-26
diff --git a/src/js/components/Subscription/Subscription.vue b/src/js/components/Subscription/Subscription.vue
index 0be23819..55666acb 100644
--- a/src/js/components/Subscription/Subscription.vue
+++ b/src/js/components/Subscription/Subscription.vue
@@ -49,7 +49,7 @@ export default {
}
}
},
-
+
watch: {
$route() {
this.$store.dispatch('getSubscription', { pollId: this.$route.params.id })