Anonymous Login
2023-06-08 19:27 PDT

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0001685v3.4 Release (Current)Core Infrastructurepublic2019-01-03 12:53
Reporterstevez 
Assigned Tocaseydk 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformallOSallOS Versionall
Product Version 
Target VersionFixed in Version 
Summary0001685: User Log Doesn't Work
DescriptionWhen 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 ReproduceJust invoke the page, set dates appropriately ... and you get dumped on to the first tab upon submit.
TagsNo tags attached.
Attached Files

-Relationships
+Relationships

-Notes

~0003762

Themoulos (reporter)

Thanks for the correction.

~0003813

caseydk (administrator)

Resolved in 3.4 development:

https://github.com/web2project/web2project/commit/1606614299d615a5ef975fae96006d80a144779a

~0003953

caseydk (administrator)

In the 31 Dec 2018 release: http://docs.web2project.net/release-notes/3.4.html
+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
+Issue History