comment notification : dynamize target uri
This commit is contained in:
parent
246d21f85a
commit
375bed1d01
3 changed files with 11 additions and 5 deletions
|
|
@ -10,7 +10,8 @@ function getProjectData($project) {
|
|||
"logo" => $project->client()->toPage() ? $project->client()->toPage()->logo()->toFile()->url() : "",
|
||||
"steps" => $project->getSteps(),
|
||||
"notifications" => Yaml::decode($project->notifications()->value),
|
||||
"uuid" => (string) $project->uuid()
|
||||
"uuid" => (string) $project->uuid(),
|
||||
"slug" => (string) $project->slug(),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue