From 9e6bbb48330369ab59b2a40316a1db6f6d768de9 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Thu, 7 Mar 2019 11:03:45 +0100 Subject: [PATCH] Fix #729: Display new notifications immediatly on notifications page --- changes/changelog.d/729.bugfix | 1 + front/src/views/Notifications.vue | 17 ++++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 changes/changelog.d/729.bugfix diff --git a/changes/changelog.d/729.bugfix b/changes/changelog.d/729.bugfix new file mode 100644 index 000000000..a0209cb95 --- /dev/null +++ b/changes/changelog.d/729.bugfix @@ -0,0 +1 @@ +Display new notifications immediatly on notifications page (#729) diff --git a/front/src/views/Notifications.vue b/front/src/views/Notifications.vue index 98e666943..2ba075b34 100644 --- a/front/src/views/Notifications.vue +++ b/front/src/views/Notifications.vue @@ -1,10 +1,7 @@