mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
rowToogleDetails check type === PageCreationConfirm and fill creationUserData
This commit is contained in:
parent
124e11e9d4
commit
d275291d82
@ -233,6 +233,9 @@ export default {
|
||||
row.toggleDetails()
|
||||
this.slotIndex = index
|
||||
this.openRow = row
|
||||
if (this.type === 'PageCreationConfirm') {
|
||||
this.creationUserData = row.item
|
||||
}
|
||||
}
|
||||
},
|
||||
overlayShow(bookmarkType, item) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user