Forum

From Projeqtor to M...
 
Notifications
Retirer tout

From Projeqtor to MS Project

3 Posts
2 Utilisateurs
0 Reactions
1,887 Vu
 Ali
(@alilovsky)
Posts: 1
New Member
Début du sujet
 
[#5928]

Hi;

I'm using the latest version of Projeqtor (8.0.0), and I can not export to MS Project. what should I do ? are there conditions or a procedure to follow for the export?

Bye.


 
Posté : 22/04/2019 12:29 am
(@babynus)
Posts: 14952
Membre Admin
 

This is an isue confirmed.
Ticket #3970 recorded.
Will be fixed on next patch.


 
Posté : 22/04/2019 1:56 am
(@babynus)
Posts: 14952
Membre Admin
 

Fix is to add 1 line before line 1243 in tool/jsonPlanning.php, from

    } else {
      $resourceList=$res->getSqlElementsFromCriteria(array(), false, false, " id asc");
    }

to

    } else {
      $res=new Resource();
      $resourceList=$res->getSqlElementsFromCriteria(array(), false, false, " id asc");
    }

 
Posté : 22/04/2019 2:04 am
Share:
Retour en haut