From 304395b6c80e85aa75ddcb8d9a079bd27831bfda Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 29 Nov 2021 11:35:57 +0100 Subject: [PATCH] Logic has been moved to EditCreationFormular. --- admin/src/components/CreationFormular.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/admin/src/components/CreationFormular.vue b/admin/src/components/CreationFormular.vue index fa21ed993..d5e774dc5 100644 --- a/admin/src/components/CreationFormular.vue +++ b/admin/src/components/CreationFormular.vue @@ -207,12 +207,6 @@ export default { this.rangeMin = 0 // Der maximale offene Betrag an GDD die für ein User noch geschöpft werden kann this.rangeMax = openCreation - // Wenn Einzelschöpfung - if (this.pagetype === 'PageCreationConfirm') { - this.rangeMin = 0 - this.rangeMax = openCreation + this.creationUserData.amount / 10000 - this.creation[index] = this.creation[index] + ( this.creationUserData.amount / 10000 ) - } } }, /*