Forum

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.

document status not...
 
Notifications
Clear all

document status not populated in 3.2

3 Posts
2 Users
0 Reactions
3,364 Views
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Topic starter
 
[#1027]

Hi,
In v.3.2 document status is not populated anymore: nothing in drop-down box and even if manually add status in database it will not appear in the details - see enclosed screenshots


 
Posted : 15 Mar 2013 17H10
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

Reproduced.
Registered as Ticket #1025.
Thanks for reporting the issue.


 
Posted : 15 Mar 2013 20H06
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

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
Share:

Scroll to Top