Problem with notification by mail after changinfg list statu

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
cedric02
Posts: 1
Joined: 16 Feb 2009, 14:39

Problem with notification by mail after changinfg list statu

Post by cedric02 »

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
VCA160
Posts: 3
Joined: 16 Feb 2009, 09:34

Re: Problem with notification by mail after changinfg list statu

Post by VCA160 »

Perhaps the same problem, because you have create new statut (60, 70)

http://www.mantisbt.org/forums/viewtopic.php?f=3&t=6351
Mantis: 1.2.0a3
PHP: 5.2.6-2
MySQL: 5.0.67
OS: Ubuntu
Post Reply