Problem with notification by mail after changinfg list statu
Posted: 16 Feb 2009, 15:20
Hi,
I have customized mantis.
I have changed the status list in mantis.
By default, The status in french string lang is:
$s_status_enum_string = '10:nouveau,20:rejeté,30:évolution,40:confirmé,50:affecté,80:résolu,90:fermé';
I have changed this in the config_inc.php and strings_french.txt files by:
$s_status_enum_string = '10:nouveau,20:à preciser,30:confirmé,40:affecté,50:corrigé,60:a tester,70:résolu,80:non résolu,90:fermé';
The status is OK but now, i have problems with notification by mail:
When i check the check-box, the data aren't saved.
In first print screen, i checked check-box. After saving, 2 check-boxes aren't check. the amendments have not been registered.
Where can i config mantis for resolving my problem?
Best regards,
Cédric
I have customized mantis.
I have changed the status list in mantis.
By default, The status in french string lang is:
$s_status_enum_string = '10:nouveau,20:rejeté,30:évolution,40:confirmé,50:affecté,80:résolu,90:fermé';
I have changed this in the config_inc.php and strings_french.txt files by:
$s_status_enum_string = '10:nouveau,20:à preciser,30:confirmé,40:affecté,50:corrigé,60:a tester,70:résolu,80:non résolu,90:fermé';
The status is OK but now, i have problems with notification by mail:
When i check the check-box, the data aren't saved.
In first print screen, i checked check-box. After saving, 2 check-boxes aren't check. the amendments have not been registered.
Where can i config mantis for resolving my problem?
Best regards,
Cédric