Hiding children

Get help from other users here.

Moderators: Developer, Contributor

Hiding children

Postby JR10 » Oct 07, 2011 5:00 am

Is there a way to hide any report that is a child of another?
If it's a child, then hide it from changelog, and roadmap.
Thanks in advance.
JR10
 
Posts: 20
Joined: Sep 20, 2011 1:19 pm

Re: Hiding children

Postby atrol » Oct 07, 2011 9:06 am

You can write custom functions for this
Code: Select all
# --------------------
# Checks the provided bug and determines whether it should be included in the roadmap or not.
# returns true: to include, false: to exclude.
function custom_function_override_roadmap_include_issue( $p_issue_id ) {
    return ( true );
}

http://docs.mantisbt.org/master-1.2.x/e ... CT.ROADMAP
Works the same way for changelog.
Please use Search before posting and read the Manual
Use Mantis2Go to try MantisBT on Windows or to reproduce issues
atrol
 
Posts: 3723
Joined: Mar 26, 2008 4:37 pm
Location: Germany


Return to Help

Who is online

Users browsing this forum: No registered users and 4 guests

cron