Custom fields in view page

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
abdaizs
Posts: 13
Joined: 10 Mar 2008, 08:32

Custom fields in view page

Post by abdaizs »

Hi All!

It's possible to make different views by each projects, if I want. There is a customization for the columns http://www.mantisbt.org/wiki/doku.php/m ... ssues_page.
BUT: I want to display a custom field. I read, that custom_[custom_field_name] will be work, but isn't.

Can anyone suggest for me something?

Here is my config, what I changed for the project:

view_issues_page_columns is the config parameter name. For one project and any user:

Code: Select all

array (selection, edit, priority, id, bugnotes_count, reporter_id, handler_id, status, custom_Megvalósulás módja, last_updated, summary);
It contains hungarian characters, like á, ó. How can I make it for work? Config is good, all fields are showen, but Megvalósulás módja not..

Thx for any answer,
abdaizs
atrol
Site Admin
Posts: 8553
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Custom fields in view page

Post by atrol »

Which version of MantisBT do you use?
Please use Search before posting and read the Manual
abdaizs
Posts: 13
Joined: 10 Mar 2008, 08:32

Re: Custom fields in view page

Post by abdaizs »

My version is 1.2.4
atrol
Site Admin
Posts: 8553
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Custom fields in view page

Post by atrol »

Since version 1.2.x you can use "Manage" -> "Manage Configuration" -> "Manage columns" for this.
Please use Search before posting and read the Manual
abdaizs
Posts: 13
Joined: 10 Mar 2008, 08:32

Re: Custom fields in view page

Post by abdaizs »

Yes, I know! I find a solution, it has been reported as bug: http://www.mantisbt.org/bugs/view.php?id=12698
atrol
Site Admin
Posts: 8553
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Custom fields in view page

Post by atrol »

I recommend to update to latest stable version (1.2.8 at the moment)
Please use Search before posting and read the Manual
Post Reply