start linking notification to project based of project page UUID
This commit is contained in:
parent
5f734ab45b
commit
8c6e21c707
4 changed files with 23 additions and 8 deletions
|
|
@ -8,7 +8,8 @@ function getProjectData($project) {
|
|||
'currentStep' => $project->currentStep()->value(),
|
||||
'status' => $project->status(),
|
||||
'logo' => $project->client()->toPage() ? $project->client()->toPage()->logo()->toFile()->url() : '',
|
||||
'steps' => $project->getSteps()
|
||||
'steps' => $project->getSteps(),
|
||||
"uuid" => (string) $project->uuid()
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue