Severity
Moderators: Developer, Contributor
Re: Severity
Lapinkiller,
A doubt: if you use my config_inc file into your MBT, will it appear the error message? could you make the test?
Thanks.
A doubt: if you use my config_inc file into your MBT, will it appear the error message? could you make the test?
Thanks.
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles
-
Lapinkiller
- Posts: 408
- Joined: 28 Jan 2011, 18:47
- Location: France
- Contact:
Re: Severity
i haven't the error message 
maybe the syntax error is in lang file
maybe the syntax error is in lang file
Lapinkiller,
French PHP developer
New look for your mantis : http://www.mantisbt.org/forums/viewtopi ... =4&t=20055
French PHP developer
New look for your mantis : http://www.mantisbt.org/forums/viewtopi ... =4&t=20055
Re: Severity
Could be...if i add the following text into string_spanish
and too add into configuration manager per project a option called severity_enum_string type string with values
in MBT i see some values and not others, depending of report where are visualized:
Have you any idea?
Code: Select all
$s_severity_enum_string = '0:inmediatamente,10:funcionalidad,20:trivial,30:texto,40:ajuste,50:menor,60:mayor,70:fallo,80:bloqueo,90:inmediata,100:en el día,110:dos días,120:en la semana,130:urgente,140:normal,150:baja';
Code: Select all
'array (
90 => '90:inmediata',
100 => '100:en el día',
110 => '110:dos días',
120 => '120:en la semana',
)'
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles
Re: Severity
Anyone else has idea 
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles
Re: Severity
Hi everybody,
I am with this issue again, anybody can help me?
Thanks a lot.
I am with this issue again, anybody can help me?
Thanks a lot.
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles
Re: Severity
Seems you did it again http://www.mantisbt.org/forums/viewtopi ... 194#p51375
Re: Severity
Okay...i will follow the steps this time for Severity (in the topic indicated was to status)...thank you!
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles
Re: Severity
@Atrol,
In my custom_strings_inc file, I put:
And into configuration administrator, I defined a project:
But when I want to report a new bug, appears in first place "inmediatamente" that is "0" in config and custom_strings files, do you have idea about this?
In my custom_strings_inc file, I put:
Code: Select all
# Translation for Custom Severity Code
switch( $g_active_language ) {
case 'spanish':
$s_severity_enum_string = '0:inmediatamente,10:funcionalidad,20:trivial,30:texto,40:ajuste,50:menor,60:mayor,70:fallo,80:bloqueo,90:inmediata,100:en el día,110:dos días,120:en la semana,130:urgente,140:normal,150:baja,160:Bloqueante,170:Invalidante,180:Crítico,190:No crítico,200:no aplica';
break; Code: Select all
severity_enum_string
string
array (
160 => '160:bloqueante',
170 => '170:invalidante',
180 => '180:critico',
190 => '190:no critico',
)
- Attachments
-
- Mantis Details
- mantis details 10.jpg (90.26 KiB) Viewed 13679 times
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles
Re: Severity
I don't have time for a deeper look. Therefore I can't say if it makes sense what you are doing.
What I can say is that the type you are using (string) is not the right one for arrays. This has to be complex.
What I can say is that the type you are using (string) is not the right one for arrays. This has to be complex.
Re: Severity
Well, when I change the type (String to Complex), the values in the listbox disappears! Do you suggest another testatrol wrote: What I can say is that the type you are using (string) is not the right one for arrays. This has to be complex.
Thanks
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles