mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #1244 from gradido/1235-Daten-aktualisieren-beim-bearbeiten-einer-Schoepfung
change creationdatas if change pending creation
This commit is contained in:
commit
44621e221c
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user