Anonymous Login
2023-06-05 10:05 PDT

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0001684v3.4 Release (Current)User Adminpublic2019-01-03 12:53
Reporterstevez 
Assigned Tocaseydk 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformallOSallOS Versionall
Product Version 
Target VersionFixed in Version 
Summary0001684: Active Sessions Display does not display "End User Session" or "Force User Logout" buttons
DescriptionSummary describes the problem.
Steps To Reproducedisplay the page / Tab "Active Sessions"
Additional InformationTests for $canEdit && $canDelete don't return the proper information. The fields are not properly assigned even when they are pulled from global. After $logoutUserFlag line, the variables $canEdit and $canDelete need to be properly assigned by checking the permission from the users module as shown below:

/*
* Flag value to determine if "logout user" button should show.
* Could be determined by a configuration value in the future.
*/
$logoutUserFlag = true;
$canEdit = canEdit('users');
$canDelete = canDelete('users');
TagsNo tags attached.
Attached Files

-Relationships
+Relationships

-Notes

~0003763

Themoulos (reporter)

Thanks for the correction.

~0003814

caseydk (administrator)

Resolved in v3.4 development:

https://github.com/web2project/web2project/commit/111b9d02aca8c207c4a1f5063bf19484678d2476

~0003952

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-03 20:25 stevez New Issue
2016-02-07 12:15 Themoulos Note Added: 0003763
2016-12-26 23:34 caseydk Project v3.3 Release => v3.4 Release (Current)
2016-12-28 00:31 caseydk Assigned To => caseydk
2016-12-28 00:31 caseydk Status new => resolved
2016-12-28 00:31 caseydk Resolution open => fixed
2016-12-28 00:31 caseydk Note Added: 0003814
2019-01-03 12:53 caseydk Note Added: 0003952
2019-01-03 12:53 caseydk Status resolved => closed
+Issue History