Page 3 of 3

Re: SYSTEM WARNING in MantisEnum.class.php

Posted: 31 May 2013, 15:58
by M@rce
@Atrol:
Even if I follow the steps in your post, the result is:
Mantis details_16
Mantis details_16
mantis_details_16.png (10.17 KiB) Viewed 11194 times
mantis details
mantis details
mantis_details_15.png (20.58 KiB) Viewed 11194 times
that is, do not displays either the data I need :(

Re: SYSTEM WARNING in MantisEnum.class.php

Posted: 31 May 2013, 16:20
by atrol
I can't see any bug.

Re: SYSTEM WARNING in MantisEnum.class.php

Posted: 31 May 2013, 17:41
by M@rce
In others words, if I follow yours steps, I don't see the custom values when I create a new issue. If I customize to one specific project appears @0@.
Maybe isn't a bug but isn't that I need.

Re: SYSTEM WARNING in MantisEnum.class.php

Posted: 31 May 2013, 17:48
by atrol
M@rce wrote:I don't see the custom values when I create a new issue.
Where do you do not see which custom values?
Do you expect to see strings like "Inmediata" or "Alta"?
With English language settings?
Without changing custom_strings_inc.php?
If so, start again reading http://www.mantisbt.org/docs/master-1.2 ... MIZE.ENUMS

Re: SYSTEM WARNING in MantisEnum.class.php

Posted: 03 Jun 2013, 16:44
by M@rce
I just followed your steps, strictly:
atrol wrote: 1) Install Mantis2Go 1.0.10 (= MantisBT 1.2.15)
2) Create a new project
3) Goto page Manage > Manage Configuration > Configuration report
4) Create an option for "All Users", "All Projects" , "Configuration Option" priority_enum_string, Type string, Value: 10:Inmediata,20:Alta,30:Media,40:Baja,50:Urgente
However, I will make the necessary changes in the customization file and evaluate the result.
Thanks.

Re: SYSTEM WARNING in MantisEnum.class.php

Posted: 03 Jun 2013, 21:19
by atrol
Please don't quote me in a way (partial and out of context) which leads to confusion.
The mentioned steps are the steps I used when trying to reproduce your issue and not steps that I recommended to get a certain functionality.
atrol wrote:
M@rce wrote: 3.1) Using your db in Manage/manage configuration I define to a new project, configuration option "priority_enum_string" with values in array "10:Inmediata,20:Alta,30:Media,40:Baja,50:Urgente" and then appears @0@.
I am not able to reproduce this with the following steps
1) Install Mantis2Go 1.0.10 (= MantisBT 1.2.15)
2) Create a new project
3) Goto page Manage > Manage Configuration > Configuration report
4) Create an option for "All Users", "All Projects" , "Configuration Option" priority_enum_string, Type string, Value: 10:Inmediata,20:Alta,30:Media,40:Baja,50:Urgente

Re: SYSTEM WARNING in MantisEnum.class.php

Posted: 05 Jun 2013, 14:03
by M@rce
Sorry Atrol, really wasn't my intention generate confusion...
Anyway, analyzing again posts I finally found the solution about original request: in a determined option "severity_enum_string" to a selected and particular project, I change type complex to string, and values in array to a simple list. With this change, the error "SYSTEM WARNING in MantisEnum.class.php" not appears more.
Thanks again :!: