Show draft status on events and posts in group admin
Closes #413 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -96,6 +96,7 @@ export const GROUP_FIELDS_FRAGMENTS = gql`
|
||||
uuid
|
||||
title
|
||||
beginsOn
|
||||
draft
|
||||
options {
|
||||
maximumAttendeeCapacity
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@ export const POST_FRAGMENT = gql`
|
||||
slug
|
||||
url
|
||||
body
|
||||
draft
|
||||
author {
|
||||
id
|
||||
preferredUsername
|
||||
|
||||
Reference in New Issue
Block a user