I report you an error about class PeriodicMeeting
I was unable to obtain a print of gantt report with error message at line 517 of jsonPlanning.php
With element of type "PeriodicMeeting" class object idStatus is not defined
I make a temporary exclusion of this error at line 513
} else if (($columnsDescription['IdStatus']['show']==1 or $columnsDescription['Type']['show']==1)&&($line['reftype'] != 'PeriodicMeeting')) {
Thanks
Hi,
You are right.
This only appears when you have a periodic meeting in the planning, and you display status in the planning fileds....
Your fix works, but we'll integrate more generic fix (would work in all cases) in V6.3.0
Anyway, many thanks for reporting the issue and proposing a fix.