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
Meaning of "stick" and false in summary ?
Moderators: Developer, Contributor
Re: Meaning of "stick" and false in summary ?
The "stick" issues will always be shown as first entries of "View Issues" pagecoppin wrote: I don't know what is the use of "stick" appearing when changing a bogue ?
Have a look at http://www.mantisbt.org/bugs/view_all_bug_page.php where issue 4350 is a stick issue
add the following line to config_inc.phpcoppin wrote: What is the way to remove it from modification view ?
Code: Select all
$g_set_bug_sticky_threshold = NOBODY;
I don't understand what you mean with itcoppin wrote: I have the same questions concerning "false" in summary...
Re: Meaning of "stick" and false in summary ?
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?
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 ?
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.
= 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 ?
OK I understand. The french translation is not very good for me!
Thanks
Thanks
Re: Meaning of "stick" and false in summary ?
If you want, you can contribute to MantisBT by enhancing the translation.coppin wrote:The french translation is not very good for me!
See how it works: http://www.mantisbt.org/wiki/doku.php/m ... tionshowto