Merge pull request #1244 from gradido/1235-Daten-aktualisieren-beim-bearbeiten-einer-Schoepfung

change creationdatas if change pending creation
This commit is contained in:
Alexander Friedland 2022-01-07 14:08:45 +01:00 committed by GitHub
commit 44621e221c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,6 +233,9 @@ export default {
row.toggleDetails()
this.slotIndex = index
this.openRow = row
if (this.type === 'PageCreationConfirm') {
this.creationUserData = row.item
}
}
} else {
row.toggleDetails()