adm_config_report, bug_report_page and custom fields

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
truefriend-cz
Posts: 66
Joined: 08 Jan 2019, 07:14

adm_config_report, bug_report_page and custom fields

Post by truefriend-cz »

Hi all.
How i add corrected format for show custom field on bug_report_page from adm_config_report?

I have custom field named as "test" (without define "Link custom field to projects").
And on adm_config_report have defined as:

bug_report_page_fields
complex
array (
0 => 'attachments',
1 => 'priority',
2 => 'view_state',
3 => 'custom_test',
)

but no show custom field "test" on bug_report_page. Is 3 => 'custom_test', formated for show custom field from adm_config_report ok?
I wanted show custom field for anonymous user only.

I step-by-step from this example http://www.atrol.de/mantisbt/Customview.wmv (with view_issues_page_columns param), but it does not work too.

Thanks
Mantis version: 2.23.0, OS: Windows, PHP: 7.3, Charset (PHP, Database): UTF-8, and: little, bad english
truefriend-cz
Posts: 66
Joined: 08 Jan 2019, 07:14

Re: adm_config_report, bug_report_page and custom fields

Post by truefriend-cz »

Devs. Do you can add plane to fixed in next version Mantis please?
Mantis version: 2.23.0, OS: Windows, PHP: 7.3, Charset (PHP, Database): UTF-8, and: little, bad english
Post Reply