Page 1 of 1

Problem with notification by mail after changinfg list statu

Posted: 16 Feb 2009, 15:20
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

Re: Problem with notification by mail after changinfg list statu

Posted: 17 Feb 2009, 07:23
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