Forum

document status not...
 
Notifications
Clear all

document status not populated in 3.2

3 Posts
2 Users
0 Reactions
3,363 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)
Posts: 14952
Member Admin
 

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


 
Posted : 15 Mar 2013 20H06
(@babynus)
Posts: 14952
Member 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