Always show the cancelled status of an event
Closes #959 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -61,6 +61,7 @@ const FULL_EVENT_FRAGMENT = gql`
|
||||
uuid
|
||||
title
|
||||
beginsOn
|
||||
status
|
||||
language
|
||||
picture {
|
||||
id
|
||||
@@ -438,6 +439,7 @@ export const FETCH_GROUP_EVENTS = gql`
|
||||
uuid
|
||||
title
|
||||
beginsOn
|
||||
status
|
||||
draft
|
||||
options {
|
||||
...EventOptions
|
||||
|
||||
Reference in New Issue
Block a user