Merge branch Issue#192 with master
Update to the purge process and Database
- New trigger to prevent the insertion of a second purge demand for a single project
- New mail model to warn administrators about the "double demand".
- Reworks for the send_purge_demand_mail() and add_purge_demand() functions, of course.
Issue #192 (closed)
Merge request reports
Activity
changed milestone to %V3.2.8
added Dysfunction label
added 1 commit
- b85d50a1 - Update to nG6_pi6.php, several useless error_log() have been removed.
do not hard code the emails in $to = 'get-plage.bioinfo@genotoul.fr, didier.laborie@inrae.fr';
use
$to = $GLOBALS['TSFE']->tmpl->setup["plugin."]["tx_nG6_pi6."]["XXX];
instead we can create a email_warning key in typo3
mentioned in commit 1881ae7b
mentioned in commit 2c2abe02
Please register or sign in to reply