View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001684 | v3.4 Release (Current) | User Admin | public | 2016-02-03 20:25 | 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 | 0001684: Active Sessions Display does not display "End User Session" or "Force User Logout" buttons | ||||||||
Description | Summary describes the problem. | ||||||||
Steps To Reproduce | display the page / Tab "Active Sessions" | ||||||||
Additional Information | Tests 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'); | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
Themoulos (reporter) 2016-02-07 12:15 |
Thanks for the correction. |
caseydk (administrator) 2016-12-28 00:31 |
Resolved in v3.4 development: https://github.com/web2project/web2project/commit/111b9d02aca8c207c4a1f5063bf19484678d2476 |
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-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 |