View Issue Details

IDProjectCategoryView StatusLast Update
0005869mantisbtcustomizationpublic2005-07-23 02:16
Reporterdavide73italy Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version1.0.0a3 
Fixed in Version1.0.0rc1 
Summary0005869: Custom button with issue id in the link
Description

I wish I could add some custom button in the bugpage; this is quite different from this option $g_main_menu_custom_options because links in the menu bar haven't an issue id in the url.

Custom buttons should have an issue id in their URL.

TagsNo tags attached.

Activities

vboctor

vboctor

2005-07-03 06:44

manager   ~0010661

The following custom function was added for this purpose. See documentation for custom functions for details about how to override such functions.

--------------------

This function prints the custom buttons on the current view page based on specified bug id

and the context. The printing of the buttons will typically call html_button() from

html_api.php. For each button, this function needs to generate the enclosing '<td>' and '</td>'.

function custom_function_default_print_bug_view_page_custom_buttons( $p_bug_id ) {
}