From 1a68a9db364de9511f89d39f12d329c92a532f04 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 25 Mar 2019 14:55:58 -0400 Subject: #433 - Fix conversation page highlight, fetch conversation on converation page --- src/components/conversation/conversation.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/components/conversation/conversation.js') diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index c57c7e06..f8887557 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -36,6 +36,11 @@ const conversation = { 'collapsable', 'isPage' ], + created () { + if (this.isPage) { + this.fetchConversation() + } + }, computed: { status () { return this.statusoid @@ -140,7 +145,7 @@ const conversation = { this.highlight = id }, getHighlight () { - return this.expanded ? this.highlight : null + return this.isExpanded ? this.highlight : null }, toggleExpanded () { this.expanded = !this.expanded -- cgit v1.2.3-70-g09d2