View Issue Details

IDProjectCategoryView StatusLast Update
0011391mantisbtfeaturepublic2011-08-05 02:20
Reporteram-gtz Assigned Toatrol  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionno change required 
Product Version1.2.0rc2 
Summary0011391: New Event EVENT_CATEGORY_SELECTBOX
Description

I am trying to write a plugin that extends the category selection box.

There will be a master-category selection box that is displayed in front of the normal category box.

I would add it to bug_report_page as follows:

<?php event_signal( 'EVENT_CATEGORY_SELECTBOX', array( $f_category_id ) ) ?>
<select <?php echo helper_get_tab_index() ?> name="category_id">
<?php
print_category_option_list( $f_category_id );
?>
</select>

Similar in bug_update_advanced_page and bug_actiongroup_page.

TagsNo tags attached.

Activities

am-gtz

am-gtz

2010-02-03 07:59

reporter   ~0024298

The Event is no longer needed an actually would not have worked in the desired way. This issue can be closed.

This issue is superseded by 0011460