View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
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. | ||||||||
Attached Files |
|
![]() |
|
Themoulos (reporter) 2016-02-07 12:15 |
Thanks for the correction. |
caseydk (administrator) 2016-12-28 00:27 |
Resolved in 3.4 development: https://github.com/web2project/web2project/commit/1606614299d615a5ef975fae96006d80a144779a |
caseydk (administrator) 2019-01-03 12:53 |
In the 31 Dec 2018 release: http://docs.web2project.net/release-notes/3.4.html |
![]() |
|||
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 |