From 5ca221a0c09f05470083795dc034c73611f3dbc0 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 9 Dec 2021 11:53:21 +0100 Subject: [PATCH] Added the new mutation to the admin, Implemented the send massCreation in admin, changed the log entries for not created pendingcreation. --- admin/src/components/CreationFormular.vue | 49 ++++++++++++++----- admin/src/graphql/createPendingCreations.js | 7 +++ backend/src/graphql/resolver/AdminResolver.ts | 5 +- 3 files changed, 47 insertions(+), 14 deletions(-) create mode 100644 admin/src/graphql/createPendingCreations.js diff --git a/admin/src/components/CreationFormular.vue b/admin/src/components/CreationFormular.vue index d73ea3c81..d84056f18 100644 --- a/admin/src/components/CreationFormular.vue +++ b/admin/src/components/CreationFormular.vue @@ -122,6 +122,7 @@