Hi,
I'd like to assign bugs to viwer (or reporter).
So i've write these lines :
# access level needed to be able to be listed in the assign to field.
$g_handle_bug_threshold = VIEWER;
# access level needed to show the Assign To: button bug_view*_page or
# the Assigned list in bug_update ...
Search found 2 matches
- 06 Apr 2006, 12:42
- Forum: Help
- Topic: Assign bugs to viewer
- Replies: 2
- Views: 3807
- 27 Jan 2006, 09:59
- Forum: Help
- Topic: integrate mantis in a portal
- Replies: 0
- Views: 2313
integrate mantis in a portal
I would like to integrate mantis in my portal (phpgroupware). But i don't know how to display mantis
Mantis must be add this way :
<?$GLOBALS['phpgw_info']['flags'] = array('currentapp' => 'mantis');
include('../header.inc.php');?>
//add mantis here
<?$phpgw->common->phpgw_footer(); ?>
I ...
Mantis must be add this way :
<?$GLOBALS['phpgw_info']['flags'] = array('currentapp' => 'mantis');
include('../header.inc.php');?>
//add mantis here
<?$phpgw->common->phpgw_footer(); ?>
I ...