Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
58019b67
Unverified
Commit
58019b67
authored
3 weeks ago
by
Eileen McNaughton
Committed by
GitHub
3 weeks ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #32421 from mattwire/importuserjob
Add 'View User Job' button to All Imports and My Imports
parents
c1d27af7
5eca27e4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ext/civiimport/Managed/UserJobSearches.mgd.php
+38
-0
38 additions, 0 deletions
ext/civiimport/Managed/UserJobSearches.mgd.php
with
38 additions
and
0 deletions
ext/civiimport/Managed/UserJobSearches.mgd.php
+
38
−
0
View file @
58019b67
...
...
@@ -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'
=>
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment