mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Logic has been moved to EditCreationFormular.
This commit is contained in:
parent
5c06ab256f
commit
304395b6c8
@ -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 )
|
||||
}
|
||||
}
|
||||
},
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user