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
52e9652e
Commit
52e9652e
authored
Apr 29, 2021
by
ZeMKI
Browse files
Update AllInterviewTokenExport.php
parent
96b4886f
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Exports/AllInterviewTokenExport.php
View file @
52e9652e
...
...
@@ -57,6 +57,7 @@ class AllInterviewTokenExport implements FromCollection, WithMapping, WithHeadin
}
elseif
(
$this
->
sorting
==
3
){
array_push
(
$columnNames
,
"position column/row"
);
array_push
(
$columnNames
,
"position base"
);
array_push
(
$columnNames
,
"token description"
);
$baseArray
=
[];
$study
=
Study
::
where
(
'id'
,
$this
->
id
)
->
first
();
$columns
=
explode
(
'|separator|'
,
substr
(
$study
->
sortings
[
0
]
->
pivot
->
details
,
strpos
(
$study
->
sortings
[
0
]
->
pivot
->
details
,
'qsort|'
)
+
6
));
...
...
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