Skip to content

Commit 5658b8d

Browse files
committed
Change case_title to name for priority in modal
1 parent a080159 commit 5658b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessMaker/Events/CaseDeleted.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(int $caseNumber, string $caseTitle)
3535
public function getData(): array
3636
{
3737
return [
38-
'case_title' => $this->caseTitle,
38+
'name' => $this->caseTitle,
3939
'case_number' => $this->caseNumber,
4040
'deleted_at' => Carbon::now(),
4141
];

0 commit comments

Comments
 (0)