From ed105f876eb2e85544f207e93324403ebc150adc Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 15 Feb 2017 16:19:31 -0300 Subject: [PATCH] not Accepted ones in the Flagged queue --- client/coral-admin/src/graphql/queries/modQueueQuery.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-admin/src/graphql/queries/modQueueQuery.graphql b/client/coral-admin/src/graphql/queries/modQueueQuery.graphql index ca7f7aa07..8f5bdd31f 100644 --- a/client/coral-admin/src/graphql/queries/modQueueQuery.graphql +++ b/client/coral-admin/src/graphql/queries/modQueueQuery.graphql @@ -9,6 +9,7 @@ query ModQueue ($asset_id: ID!) { } flagged: comments(query: { action_type: FLAG, + statuses: [null, PREMOD], asset_id: $asset_id }) { ...commentView