From 1796efd3ba21a84cb61f48f3e0103a8800a28e5d Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 15 Feb 2017 17:34:29 -0300 Subject: [PATCH] =?UTF-8?q?=C3=81dding=20NONE=20to=20the=20FE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/coral-admin/src/graphql/queries/modQueueQuery.graphql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/coral-admin/src/graphql/queries/modQueueQuery.graphql b/client/coral-admin/src/graphql/queries/modQueueQuery.graphql index ca7f7aa07..735f3294e 100644 --- a/client/coral-admin/src/graphql/queries/modQueueQuery.graphql +++ b/client/coral-admin/src/graphql/queries/modQueueQuery.graphql @@ -9,7 +9,8 @@ query ModQueue ($asset_id: ID!) { } flagged: comments(query: { action_type: FLAG, - asset_id: $asset_id + asset_id: $asset_id, + statuses: [NONE, PREMOD] }) { ...commentView action_summaries {