fix: [events:view/analyst-data] Added missing relationship_path

notes
Sami Mokaddem 2024-01-30 15:16:29 +01:00
parent b2f3602265
commit e060aed9ee
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
'object_type' => 'Event',
'notes_path' => 'Note',
'opinions_path' => 'Opinion',
'relationship_path' => 'Relationship',
'action_buttons' => [
[
'url' => $baseurl . '/events/add/extends:' . h($event['Event']['uuid']),