Anonymous | Login | 2024-11-21 21:21 EST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0001071 | PacketFence | web admin | public | 2010-09-17 12:04 | 2012-02-28 14:31 | |||
Reporter | obilodeau | |||||||
Assigned To | obilodeau | |||||||
Priority | low | Severity | minor | Reproducibility | always | |||
Status | closed | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | ||||||||
Target Version | 3.2.0 | Fixed in Version | 3.2.0 | |||||
Summary | 0001071: most lists in the web admin don't remember your position bringing you back to page 1 on deletion | |||||||
Description | To reproduce: - Open violation page - Go to page X (where X > 1) - delete a node Result: brought back to page 1 Expected result: stay where you were Node screen is the only one not affected because it uses the smarter paging mechanisms which relies on LIMITs SQL calls. More an annoyance than anything.. | |||||||
Tags | usability | |||||||
fixed in git revision | ||||||||
fixed in mtn revision | ba0bb820bb367701791cf47bb5e6c81202a157d2 | |||||||
Attached Files | ||||||||
Notes | |
(0002509) obilodeau (reporter) 2012-01-03 11:42 |
Reason for the node screen being unaffected is not because of the SQL but because of the header.php include performs a table refresh and the set_linkable and the set_page_num and set_per_page calls on the table are done _after_ the refresh unlike violation and others. Several pages were well done in the first place. |
(0002510) obilodeau (reporter) 2012-01-03 11:55 |
Turns out the header include must be done earliest before table changes to avoid edit or delete side effects... Fixed every caller so hopefully this won't re-happen in the future. Also fixed an issue with violation page loses violation vid description field. |
(0002594) obilodeau (reporter) 2012-02-28 14:31 |
Fixed in recently released 3.2.0. |
Issue History | |||
Date Modified | Username | Field | Change |
2010-09-17 12:04 | obilodeau | New Issue | |
2010-09-17 12:04 | obilodeau | Tag Attached: usability | |
2010-11-19 14:25 | obilodeau | Target Version | 1.10.0 => 2.0.0 |
2011-01-18 09:47 | obilodeau | Target Version | 2.0.0 => 2.1.0 |
2011-03-03 15:15 | obilodeau | Target Version | 2.1.0 => +1 |
2011-03-03 15:18 | obilodeau | Target Version | +1 => +2 |
2012-01-03 11:27 | obilodeau | Status | new => assigned |
2012-01-03 11:27 | obilodeau | Assigned To | => obilodeau |
2012-01-03 11:42 | obilodeau | Note Added: 0002509 | |
2012-01-03 11:55 | obilodeau | mtn revision | => ba0bb820bb367701791cf47bb5e6c81202a157d2 |
2012-01-03 11:55 | obilodeau | Note Added: 0002510 | |
2012-01-03 11:55 | obilodeau | Status | assigned => resolved |
2012-01-03 11:55 | obilodeau | Fixed in Version | => trunk |
2012-01-03 11:55 | obilodeau | Resolution | open => fixed |
2012-02-28 14:22 | obilodeau | Target Version | +2 => 3.2.0 |
2012-02-28 14:22 | obilodeau | Fixed in Version | trunk => 3.2.0 |
2012-02-28 14:31 | obilodeau | Note Added: 0002594 | |
2012-02-28 14:31 | obilodeau | Status | resolved => closed |
Copyright © 2000 - 2012 MantisBT Group |