View Issue Details

IDProjectCategoryView StatusLast Update
0015962mantisbtfilterspublic2013-06-13 16:53
Reporterluis_compegps Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformlinuxOSdebian 6 64 bit 
Product Version1.2.15 
Summary0015962: When all projects selected, and hide status = resolved and above, filtering is not working for all projects
Description

New filtering system, is very important that works to find any issue and with last version 1.2.15, is not working well.

We have some projects in our mantis, and when you try to find something with this selection:

Advanced filtering:
all filters are reset except this field:
Hide Status = resolved

The result is:
Is searching only in one project any issue of anybody.

In concrete, in our mantis, is only showed as results MARKETING issues

Additional Information

We have setup:

Debian 6,
mysql 5.1
mantis 1.2.15

Personal config_inc.php

--- Others ---

$g_default_home_page = 'my_view_page.php'; # Set to name of page to go to after login
//$g_status_enum_string = '10:new,15:PendingDefinition,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed,91:published';
$g_status_enum_string = '10:new,15:PendingDefinition,20:feedback,30:acknowledged,40:confirmed,50:assigned,55:PendingExternal,60:Developing,80:resolved,90:closed,91:published,92:PublishedChecked';
$s_status_enum_string = '10:new,15:PendingDefinition,20:feedback,30:acknowledged,40:confirmed,50:assigned,55:PendingExternal,60:Developing,80:resolved,90:closed,91:published,92:PublishedChecked';
$g_status_colors['PendingDefinition'] = '0008000';
$g_status_colors['PendingExternal'] = '#088000';
$g_status_colors['published'] = '#679E06';
$g_status_colors['Developing'] = '#F19F1D';
$g_status_colors['PublishedChecked'] = '#879E06';

#caching
$g_allow_browser_cache = ON;
$g_form_security_validaton = OFF;

$g_auto_set_status_to_assigned = OFF;

TagsNo tags attached.
Attached Files
Imagen1.jpg (341,608 bytes)

Relationships

related to 0015964 closedatrol Select all in view list is not working 

Activities

dregad

dregad

2013-06-03 18:30

developer   ~0037055

Firstly the hide status field is not available in advanced filters mode. You must be in simple mode.

Secondly, AFAICT this works perfectly on our tracker.

luis_compegps

luis_compegps

2013-06-04 03:30

reporter   ~0037068

finally I found the problem.
described here:

http://www.mantisbt.org/bugs/view.php?id=15964#c37065

luis_compegps

luis_compegps

2013-06-04 03:31

reporter   ~0037069

we can resolve this issue.