View Issue Details

IDProjectCategoryView StatusLast Update
0036269mantisbtbugtrackerpublic2025-09-20 04:26
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.27.2 
Target Version2.27.2Fixed in Version2.27.2 
Summary0036269: Collapsed status for "Users monitoring" section is not persisted
Description

Mantis should remember the collapsed/expanded state for all collapsible sections.
This does not work for the Users monitoring this issue section.

Steps To Reproduce
  • Go to view.php
  • Collapse the Users monitoring this issue section
  • Navigate to another page
  • Come back to view.php
  • The section should be collapsed, but it is expanded again.
Additional Information

Regression introduced by commit MantisBT master-2.27 a911a2ba (issue 0021675).

TagsNo tags attached.

Relationships

related to 0021675 resolveddregad Incorrect positioning of "View Issue Details" when recalled from "Direct link to note" 
related to 0036265 resolveddregad Search with collapsed filter section expands it 

Activities

Related Changesets

MantisBT: master-2.27 08143907

2025-08-21 19:03

dregad


Details Diff
Fix collapse state persistence for Monitors

Incorrect section id "monitoring" is passed to is_collapsed() function,
it should be "monitors".

Regression introduced by issue 0021675 (a911a2ba661521a388738ed92694421a9dec97c1).

Fixes 0036269
Affected Issues
0021675, 0036269
mod - bug_view_inc.php Diff File