Skip to content
Snippets Groups Projects
Unverified Commit 58019b67 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #32421 from mattwire/importuserjob

Add 'View User Job' button to All Imports and My Imports
parents c1d27af7 5eca27e4
Branches
Tags
No related merge requests found
......@@ -120,6 +120,25 @@ return [
'label' => E::ts('Job Type'),
'sortable' => TRUE,
],
[
'size' => 'btn-xs',
'links' => [
[
'entity' => 'UserJob',
'action' => 'view',
'join' => '',
'target' => 'crm-popup',
'icon' => '',
'text' => E::ts('View User Job'),
'style' => 'default',
'path' => '',
'task' => '',
'condition' => [],
],
],
'type' => 'buttons',
'alignment' => 'text-right',
],
],
'actions' => TRUE,
'classes' => [
......@@ -373,6 +392,25 @@ return [
'label' => E::ts('Type'),
'sortable' => TRUE,
],
[
'size' => 'btn-xs',
'links' => [
[
'entity' => 'UserJob',
'action' => 'view',
'join' => '',
'target' => 'crm-popup',
'icon' => '',
'text' => E::ts('View User Job'),
'style' => 'default',
'path' => '',
'task' => '',
'condition' => [],
],
],
'type' => 'buttons',
'alignment' => 'text-right',
],
],
'actions' => TRUE,
'classes' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment