diff --git a/src/api/fragments/NodePartial.gql b/src/api/fragments/NodePartial.gql index 9243534..f6819ee 100644 --- a/src/api/fragments/NodePartial.gql +++ b/src/api/fragments/NodePartial.gql @@ -29,7 +29,11 @@ fragment NodePartial on MapItemInterface { } ... on Creation { - content: texte + content: texte, + piece: oeuvre { + url, + title + } } # For debug diff --git a/src/components/layouts/SideView.vue b/src/components/layouts/SideView.vue index 2d07690..9b67f58 100644 --- a/src/components/layouts/SideView.vue +++ b/src/components/layouts/SideView.vue @@ -5,7 +5,6 @@ no-header :id="id" :body-class="{ paddings: !noCross }" - backdrop backdrop-variant="light" >