Meaning of "stick" and false in summary ?

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
coppin
Posts: 12
Joined: 19 Apr 2010, 10:01

Meaning of "stick" and false in summary ?

Post by coppin »

Hello,

I don't know what is the use of "stick" appearing when changing a bogue ?
What is the way to remove it from modification view ?

I have the same questions concerning "false" in summary...

Thanks
atrol
Site Admin
Posts: 8580
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Meaning of "stick" and false in summary ?

Post by atrol »

coppin wrote: I don't know what is the use of "stick" appearing when changing a bogue ?
The "stick" issues will always be shown as first entries of "View Issues" page
Have a look at http://www.mantisbt.org/bugs/view_all_bug_page.php where issue 4350 is a stick issue
coppin wrote: What is the way to remove it from modification view ?
add the following line to config_inc.php

Code: Select all

$g_set_bug_sticky_threshold = NOBODY;
coppin wrote: I have the same questions concerning "false" in summary...
I don't understand what you mean with it
Please use Search before posting and read the Manual
coppin
Posts: 12
Joined: 19 Apr 2010, 10:01

Re: Meaning of "stick" and false in summary ?

Post by coppin »

OK, thanks for "Sticky" function.

Concerning " false", you will see in the summary page (bug statistics page), at the end of the page, "% False" or "false" alone. What does it mean ?
And how can I remove it from this view?
atrol
Site Admin
Posts: 8580
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Meaning of "stick" and false in summary ?

Post by atrol »

Seems these are the issues with a resolution above $g_bug_resolution_not_fixed_threshold
= Threshold resolution which denotes that a bug has been resolved without being successfully fixed by developers. Resolutions above this threshold are considered to be resolved in an unsuccessful way. Default value is UNABLE_TO_DUPLICATE.
Please use Search before posting and read the Manual
coppin
Posts: 12
Joined: 19 Apr 2010, 10:01

Re: Meaning of "stick" and false in summary ?

Post by coppin »

OK I understand. The french translation is not very good for me!
Thanks
atrol
Site Admin
Posts: 8580
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Meaning of "stick" and false in summary ?

Post by atrol »

coppin wrote:The french translation is not very good for me!
If you want, you can contribute to MantisBT by enhancing the translation.
See how it works: http://www.mantisbt.org/wiki/doku.php/m ... tionshowto
Please use Search before posting and read the Manual
Post Reply