More infos from mc_project_get_issue_headers

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
RWarnecke
Posts: 1
Joined: 13 Apr 2018, 12:06

More infos from mc_project_get_issue_headers

Post by RWarnecke »

Hello,

I want to add more infos in the result of the function mc_project_get_issue_headers. For example I had added these three lines

Code: Select all

                if( access_has_bug_level( config_get( 'roadmap_view_threshold' ), (int)$t_id ) ) {
                        $t_issue['target_version'] = mci_get_version( $p_issue_data->target_version, $p_issue_data->project_id );
                }
into the function "mci_issue_data_as_header_array". But the new point "target_version" is doesn't shown in the result of the function "mc_project_get_issue_headers". What is my mistake or did I forget something ?

Installed is :
Mantis Version 2.12.0 -- Schema 209
Post Reply