From dc2fee3a9dcd92441659b37dc53d99f1a5b0d625 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 4 May 2026 19:39:03 +0000 Subject: [PATCH] Fix selecting items in the communication list --- resource/communication.go | 3 +- ts/components/CommunicationColumnList.vue | 41 +++++------------------ ts/components/ListCardCommunication.vue | 26 +++++++++++++- ts/view/Communication.vue | 10 +++--- 4 files changed, 41 insertions(+), 39 deletions(-) diff --git a/resource/communication.go b/resource/communication.go index 9a7865e5..c4119ce0 100644 --- a/resource/communication.go +++ b/resource/communication.go @@ -98,7 +98,8 @@ func (res *communicationR) List(ctx context.Context, r *http.Request, user platf return result, nil } -type communicationMarkRequest struct {} +type communicationMarkRequest struct{} + func (res *communicationR) MarkInvalid(ctx context.Context, r *http.Request, user platform.User, cmr communicationMarkRequest) (communication, *nhttp.ErrorWithStatus) { return res.markReport(ctx, r, user, platform.CommunicationMarkInvalid) } diff --git a/ts/components/CommunicationColumnList.vue b/ts/components/CommunicationColumnList.vue index b96b34be..a64930b3 100644 --- a/ts/components/CommunicationColumnList.vue +++ b/ts/components/CommunicationColumnList.vue @@ -1,23 +1,3 @@ - -