Is not possible to display the detail of all tickets... red message error Exception
2023-06-20 08:34:54.167 ** ERROR ** [V10.4.0] EXCEPTION **
2023-06-20 08:34:54.167 ** ERROR ** [V10.4.0] on file '/var/www/html/projeqtor/tool/projeqtor.php' at line (1128)
2023-06-20 08:34:54.167 ** ERROR ** [V10.4.0] cause = Call to undefined method Absence::getDataType()
2023-06-20 08:34:54.167 ** ERROR ** [V10.4.0] => #0 /var/www/html/projeqtor/tool/projeqtor.php (1181) -> getObjectClassFieldsListWithDateType()
2023-06-20 08:34:54.167 ** ERROR ** [V10.4.0] => #1 /var/www/html/projeqtor/view/objectDetail.php (700) -> getUserVisibleObjectClassWithFieldDateType()
2023-06-20 08:34:54.167 ** ERROR ***** [V10.4.0] => #2 /var/www/html/projeqtor/view/objectDetail.php (368) -> drawTableFromObject()
Same issue as post https://www.projeqtor.org/fr/forum-fr/2-submit-issues/12995-actions-not-working-any-more
So same fix to apply : add 1 line after line 1180 in tool/projeqtor.php
foreach ($arrayClass as $key=>$className) {
if (! SqlElement::is_a($className,'SqlElement')) continue;