Always show the cancelled status of an event

Closes #959

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-26 14:46:25 +01:00
parent 51afec1856
commit 3da846cdf9
8 changed files with 52 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ export const FETCH_PERSON = gql`
uuid
title
beginsOn
status
}
}
}
@@ -84,6 +85,7 @@ export const GET_PERSON = gql`
uuid
title
beginsOn
status
}
}
participations(page: $participationPage, limit: $participationLimit) {
@@ -95,6 +97,7 @@ export const GET_PERSON = gql`
uuid
title
beginsOn
status
}
}
}
@@ -213,6 +216,7 @@ export const LOGGED_USER_DRAFTS = gql`
alt
}
beginsOn
status
visibility
attributedTo {
...ActorFragment