Custom fields on Viewing Issues

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
ujej
Posts: 4
Joined: 30 Oct 2013, 12:01

Custom fields on Viewing Issues

Post by ujej »

Mantis 1.2.15 and 1.2.16
I created custom field Name: Funkcjonalosc, type: Multiselection list Possible value: Xx|Yy
I aded that field to View Issues Columns: ....date_submitted, custom_funkcjonalnosc but on View Issues i see column name @funkcjonalnosc@ and record value @funkcjoanloc@
What should i do in order to see correct values? I assume that this is my fault.

I need to add that "funkconalosc" field using filter behave correctly.

Please help me

thx.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Custom fields on Viewing Issues

Post by atrol »

I see 4 versions in your post.
Maybe you have also a typo at another place.

Code: Select all

Funkcjonalosc
funkcjonalnosc
funkcjoanloc
funkconalosc
Please use Search before posting and read the Manual
ujej
Posts: 4
Joined: 30 Oct 2013, 12:01

Re: Custom fields on Viewing Issues

Post by ujej »

It's my mistake diuring writing the post

Manage Custom Fields:
Funkcjonalnosc

Viewing Issues:
@funkcjonalnosc@

My Account/Manage Columns ( lower case by default):
...date_submitted, custom_funkcjonalnosc
ujej
Posts: 4
Joined: 30 Oct 2013, 12:01

Re: Custom fields on Viewing Issues

Post by ujej »

I know where is bug.
Manage Custom Field - I had nameof the field starting with Upper case.
On the Manage Columns - Mantis changed value to lower case.
guerinetn
Posts: 1
Joined: 25 Oct 2016, 12:12

Re: Custom fields on Viewing Issues

Post by guerinetn »

We try this solution and every things works fine with it.

I don't understand why the manage columns page the field are set to lower case.

You could set correctly those value on the administration page / manage configuration and you could test with the write value (this page doesn't lowered value ).
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Custom fields on Viewing Issues

Post by atrol »

guerinetn wrote:I don't understand why the manage columns page the field are set to lower case.
This is a known issue http://www.mantisbt.org/bugs/view.php?id=17367
Please use Search before posting and read the Manual
Post Reply