Page 1 of 1

Meaning of "stick" and false in summary ?

Posted: 04 Jun 2010, 11:24
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

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

Posted: 04 Jun 2010, 11:50
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

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

Posted: 07 Jun 2010, 11:46
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?

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

Posted: 07 Jun 2010, 13:14
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.

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

Posted: 08 Jun 2010, 08:01
by coppin
OK I understand. The french translation is not very good for me!
Thanks

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

Posted: 08 Jun 2010, 13:03
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