comment anon

This commit is contained in:
Benjamin Takats
2022-12-21 14:58:41 +01:00
parent 50d65ad5e4
commit 38161bd19e
9 changed files with 135 additions and 92 deletions

View File

@@ -137,7 +137,7 @@ class BookCaseTable extends DataTableComponent
'date' => $this->orangepill['date'],
]);
if ($this->orangepill['comment']) {
$this->currentModal->comment($this->orangepill['comment']);
$this->currentModal->comment($this->orangepill['comment'], null);
}
$this->resetModal();
$this->emit('refreshDatatable');