View Issue Details

IDProjectCategoryView StatusLast Update
0015691mantisbtadministrationpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.14 
Target Version1.2.15Fixed in Version1.2.15 
Summary0015691: Config report: retrieval of saved project filter from cookie does not work
Description

When retrieving a saved filter from the cookie in adm_config_report.php, the saved project id is not reflected in the filter's selection list: 'All Projects' is selected instead of the actual project. 'All Projects' should only be picked as default if the project id does not exist.

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

dregad

dregad

2013-03-27 16:21

developer   ~0035983

This is due to a missing negation in the check for project's existence.

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036064

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 840b55f0

2013-03-14 02:47

dregad


Details Diff
Config report: retrieval of saved project filter does not work

When retrieving a saved filter from the cookie in adm_config_report.php
the saved project id is not reflected in the filter's selection list:
'All Projects' is always selected instead of the actual project. This
value should only be picked as default when the project id does not
exist.

This is due to a missing negation in the check for project's existence.

Fixes 0015691
Affected Issues
0015691
mod - adm_config_report.php Diff File

MantisBT: master b55fc0dc

2013-03-14 02:47

dregad


Details Diff
Config report: retrieval of saved project filter does not work

When retrieving a saved filter from the cookie in adm_config_report.php
the saved project id is not reflected in the filter's selection list:
'All Projects' is always selected instead of the actual project. This
value should only be picked as default when the project id does not
exist.

This is due to a missing negation in the check for project's existence.

Fixes 0015691
Affected Issues
0015691
mod - adm_config_report.php Diff File