Add possibility to choose the attributes in the bug pages

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
alpoplavsky
Posts: 2
Joined: 17 Jan 2006, 09:52

Add possibility to choose the attributes in the bug pages

Post by alpoplavsky »

I deploy mantis 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 one will interest you. I've merge the simple and the advance bug pages (view, report and update) so we can define in the get_columns_to_view the attributes you want to see in these views (COLUMNS_TARGET_REPORT_PAGE, COLUMNS_TARGET_REPORT_AVANCED_PAGE, COLUMNS_TARGET_UPDATE_PAGE, COLUMNS_TARGET_UPDATE_AVANCED_PAGE, COLUMNS_TARGET_EDIT_PAGE, COLUMNS_TARGET_EDIT_AVANCED_PAGE) defined in custom_functions_inc.php.

See sources joined (modification based on mantis 1.1.0) : bug_update_page.php, bug_view_page.php, bug_report_page.php and for configuration purpose config_inc.php. The advanced pages are no more used.
Attachments
bug_pages.zip
Sources files (modification based on mantis 1.1.0) : bug_update_page.php, bug_view_page.php, bug_report_page.php and for configuration purpose config_inc.php.
(21.18 KiB) Downloaded 775 times
vzw614
Posts: 143
Joined: 15 May 2008, 14:59

Re: Add possibility to choose the attributes in the bug pages

Post by vzw614 »

You might want to submit this as a "feature" so the devs can decide if they want to add your code to the project.

Create a new bug, mark it as a feature, explain what you've done and attach your file to the bug.
http://www.mantisbt.org/bugs
Post Reply