MantisBT - v3.4 Release (Current) | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001685 | v3.4 Release (Current) | Core Infrastructure | public | 2016-02-04 15:19 | 2019-01-03 12:53 |
Reporter | stevez | ||||
---|---|---|---|---|---|
Assigned To | caseydk | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | all | OS | all | OS Version | all |
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001685: User Log Doesn't Work | ||||
Description | When displaying the user log for any range of dates, the user (upon submit) is returned to the main user display. The problem is that $currentTabId doesn't mean anything in this context. The intended variable is $tab So Line 12: global $AppUI, $currentTabId, $cal_sdf, $tab; needs to be replaced with: global $AppUI, $cal_sdf, $tab; Line 16: $a .= '&tab=' . $currentTabId . '&showdetails=1'; needs to be replaced with: $a .= '&tab=' . $tab . '&showdetails=1'; | ||||
Steps To Reproduce | Just invoke the page, set dates appropriately ... and you get dumped on to the first tab upon submit. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2016-02-04 15:19 | stevez | New Issue | |||
2016-02-07 12:15 | Themoulos | Note Added: 0003762 | |||
2016-12-26 23:34 | caseydk | Project | v3.3 Release => v3.4 Release (Current) | ||
2016-12-28 00:27 | caseydk | Assigned To | => caseydk | ||
2016-12-28 00:27 | caseydk | Status | new => resolved | ||
2016-12-28 00:27 | caseydk | Resolution | open => fixed | ||
2016-12-28 00:27 | caseydk | Note Added: 0003813 | |||
2019-01-03 12:53 | caseydk | Note Added: 0003953 | |||
2019-01-03 12:53 | caseydk | Status | resolved => closed |