Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ZeMKI
Mesort
Commits
96b4886f
Commit
96b4886f
authored
Apr 29, 2021
by
ZeMKI
Browse files
Update AllInterviewTokenExport.php
parent
7f306919
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Exports/AllInterviewTokenExport.php
View file @
96b4886f
...
...
@@ -153,6 +153,7 @@ class AllInterviewTokenExport implements FromCollection, WithMapping, WithHeadin
$toPrint
[
"position column/row"
]
=
$position
;
$toPrint
[
"position base"
]
=
$this
->
columnValues
[(
$position
[
0
]
-
1
)];
$toPrint
[
"token description"
]
=
json_decode
(
$token
->
properties
)
?
json_decode
(
$token
->
properties
)
->
description
:
''
;
$interview
=
Interview
::
where
(
'id'
,
$token
->
interview_id
)
->
first
();
$tokenToCheck
=
Token
::
where
(
'id'
,
$token
->
id
)
->
first
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment