Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
ee8bc392
Commit
ee8bc392
authored
Aug 30, 2018
by
Gerald Salin
Browse files
sort runs by runid desc, so that the last runs are displayed first
parent
42773f31
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/class.tx_nG6_pi1.php
View file @
ee8bc392
...
...
@@ -243,7 +243,7 @@ class tx_nG6_pi1 extends \TYPO3\CMS\Frontend\Plugin\AbstractPlugin {
$single_run_display
=
true
;
}
}
else
{
$runs
=
tx_nG6_db
::
select_all_user_runs
(
$user_id
);
$runs
=
tx_nG6_db
::
select_all_user_runs
(
$user_id
,
"tx_nG6_run.uid DESC"
);
}
if
(
count
(
$runs
)
>
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment