We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7bf74 commit 3b9cd08Copy full SHA for 3b9cd08
Plugin.php
@@ -249,7 +249,7 @@ protected function extendBackendForms(): void
249
$widget->{$location}['fields'] = array_merge(${$location . 'Fields'}, [
250
'activities' => [
251
'tab' => 'luketowers.easyaudit::lang.models.activity.audit_log',
252
- 'context' => ['update', 'preview'],
+ 'context' => ['update', 'preview', 'relation'],
253
'type' => 'activitylog',
254
'span' => 'full',
255
'cssClass' => 'container'
0 commit comments