Mantis Bug Tracker
 

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011391mantisbtfeaturepublic2010-01-13 09:242010-02-03 07:59
Reporteram-gtz 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusnewResolutionopen 
PlatformOSOS Version
Product Version1.2.0rc2 
Target VersionFixed in Version 
Summary0011391: New Event EVENT_CATEGORY_SELECTBOX
DescriptionI 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.
Attached Files

- Relationships

-  Notes
User avatar (0024298)
am-gtz (reporter)
2010-02-03 07:59

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

- Issue History
Date Modified Username Field Change
2010-01-13 09:24 am-gtz New Issue
2010-02-03 07:59 am-gtz Note Added: 0024298


MantisBT 1.2.2 git master-1.2.x[^]
Copyright © 2000 - 2010 MantisBT Group
Time: 0.1920 seconds.
memory usage: 1,930 KB
Powered by Mantis Bugtracker