Fix: Adopt current document status in form
This commit is contained in:
@@ -8,11 +8,12 @@ class DocumentCheckDto
|
||||
{
|
||||
private Upload $upload;
|
||||
private ?string $status = null;
|
||||
private ?string $comment = null;
|
||||
private ?string $comment;
|
||||
|
||||
public function __construct(Upload $upload)
|
||||
{
|
||||
$this->upload = $upload;
|
||||
$this->comment = $upload->getComment();
|
||||
}
|
||||
|
||||
public function getUpload(): Upload
|
||||
|
||||
Reference in New Issue
Block a user