Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Notifications
Clear all
Reproduced.
Registered as Ticket #1025.
Thanks for reporting the issue.
Posted : 15 Mar 2013 20H06
Fixed.
Will be deployed on V2.3.1
Fixing is replacement of line 248 in /tool/jsonList.php, from
if (isset($_SESSION['directAccessIndex'][$_REQUEST['directAccessIndex']])) {
to
if (isset($_REQUEST['directAccessIndex']) and isset($_SESSION['directAccessIndex'][$_REQUEST['directAccessIndex']])) {
Posted : 15 Mar 2013 20H39

