View Issue Details

IDProjectCategoryView StatusLast Update
0010746mantisbtbugtrackerpublic2009-10-07 14:19
Reporterdhx Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0rc2 
Target Version1.2.0rc2Fixed in Version1.2.0rc2 
Summary0010746: Viewing Issues (start - end/total) does not show correct values
Description

When viewing the list of issues, the "Viewing Issues" line in the top left of the table does not change correctly when moving to the second page. It'll say "1 - 50" for every page, where it should say "51 - 100" for the second, "101 - 150" for the third page, etc.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x e1afe107

2009-07-21 10:37

dhx


Details Diff
Fix 0010746: view issue range incorrect on first view

When an anonymous user or someone else without a saved filter state
views the bug list for the first time, current_user_get_bug_filter()
will fail. This led to the bug view range not working (as it didn't know
how many bugs are being shown per page).

In such cases where a per-user filter is not yet known, we should use
the default filter. Note that this check may be better placed in
current_user_get_bug_filter() if it is deemed safe to do so (it changes
the output of the function).
Affected Issues
0010746
mod - view_all_inc.php Diff File

MantisBT: master 0a8e8ae2

2009-07-21 10:37

dhx


Details Diff
Fix 0010746: view issue range incorrect on first view

When an anonymous user or someone else without a saved filter state
views the bug list for the first time, current_user_get_bug_filter()
will fail. This led to the bug view range not working (as it didn't know
how many bugs are being shown per page).

In such cases where a per-user filter is not yet known, we should use
the default filter. Note that this check may be better placed in
current_user_get_bug_filter() if it is deemed safe to do so (it changes
the output of the function).
Affected Issues
0010746
mod - view_all_inc.php Diff File