Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
ng6
Commits
b1063c86
Commit
b1063c86
authored
Sep 06, 2019
by
Romain Therville
☕
Browse files
Change the analyzes list in the purge mail to display analyzes's names.
issue#31
parent
953b8d40
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi6/class.tx_nG6_pi6.php
View file @
b1063c86
...
...
@@ -164,7 +164,7 @@ class tx_nG6_pi6 extends \TYPO3\CMS\Frontend\Plugin\AbstractPlugin {
$run_info
[]
=
'<a href="'
.
str_replace
(
$search
,
$replace
,
$GLOBALS
[
'TSFE'
]
->
tmpl
->
setup
[
"plugin."
][
"tx_nG6_pi6."
][
"run_link_url"
])
.
'">'
.
$run
[
"name"
]
.
' ('
.
$run_id
.
')</a>'
;
}
foreach
(
$all_purgeable_analysis
as
$analysis_id
){
$analysis
=
tx_nG6_db
::
select_analyse
(
$analysis_id
);
$analysis
=
tx_nG6_db
::
select_analyse
(
$analysis_id
);
$analysis_name
=
$analysis
[
"name"
];
$replace
=
array
(
"analyze_id"
,
$analysis_id
,
$project_id
);
$analyses_info
[]
=
'<a href="'
.
str_replace
(
$search
,
$replace
,
$GLOBALS
[
'TSFE'
]
->
tmpl
->
setup
[
"plugin."
][
"tx_nG6_pi6."
][
"run_link_url"
])
.
'">'
.
$analysis_name
.
' ('
.
$analysis_id
.
')</a>'
;
...
...
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