Merge branch 'master' into 1234-Detailansicht-in-Mehrfachschoepfung-automatisch-schliessen

This commit is contained in:
Alexander Friedland 2022-01-07 14:09:05 +01:00 committed by GitHub
commit b8a39585a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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