Customization of the attributes seen in the bug views
Posted: 17 Jan 2006, 10:21
Hi all,
I deploy mantis (1.0.0rc2) in my society to manage not only bug but also enhancement, feature, task, ...
I've made some change in the php code to better fit our needs mainly in the IHM.
Maybe this could interest some people.
I try to uniformize and better customize the report, edit and update bug views.
In the report, edit and update bug views, I've merge the php code of the simple and advanced page so we can define in the get_columns_to_view the attributes you want to see in these views. I use the "custom_function_override_get_columns_to_view" function and add the following tags (COLUMNS_TARGET_REPORT_PAGE, COLUMNS_TARGET_REPORT_AVANCED_PAGE, ...) to specify the fields to show.
All the attributes are presented into two columns in all the views.
Regards,
Anne-Lise POPLAVSKY
I deploy mantis (1.0.0rc2) in my society to manage not only bug but also enhancement, feature, task, ...
I've made some change in the php code to better fit our needs mainly in the IHM.
Maybe this could interest some people.
I try to uniformize and better customize the report, edit and update bug views.
In the report, edit and update bug views, I've merge the php code of the simple and advanced page so we can define in the get_columns_to_view the attributes you want to see in these views. I use the "custom_function_override_get_columns_to_view" function and add the following tags (COLUMNS_TARGET_REPORT_PAGE, COLUMNS_TARGET_REPORT_AVANCED_PAGE, ...) to specify the fields to show.
All the attributes are presented into two columns in all the views.
Regards,
Anne-Lise POPLAVSKY