see error picture and logs below.
can not access action item list any more.
thx 2023-06-18 18:55:02.052 ** ERROR ** [V10.4.0] => #1 C:Work900_Productivity969_UwAMPUwAmpwwwprojeqtorviewobjectDetail.php (700) -> getUserVisibleObjectClassWithFieldDateType()
2023-06-18 18:55:02.054 ** ERROR ** [V10.4.0] => #2 C:Work900_Productivity969_UwAMPUwAmpwwwprojeqtorviewobjectDetail.php (368) -> drawTableFromObject()
2023-06-18 18:55:08.564 ** ERROR ** [V10.4.0] EXCEPTION **
2023-06-18 18:55:08.567 ** ERROR ** [V10.4.0] on file 'C:Work900_Productivity969_UwAMPUwAmpwwwprojeqtortoolprojeqtor.php' at line (1128)
2023-06-18 18:55:08.569 ** ERROR ** [V10.4.0] cause = Call to undefined method Absence::getDataType()
2023-06-18 18:55:08.571 ** ERROR ** [V10.4.0] => #0 C:Work900_Productivity969_UwAMPUwAmpwwwprojeqtortoolprojeqtor.php (1181) -> getObjectClassFieldsListWithDateType()
2023-06-18 18:55:08.572 ** ERROR ** [V10.4.0] => #1 C:Work900_Productivity969_UwAMPUwAmpwwwprojeqtorviewobjectDetail.php (700) -> getUserVisibleObjectClassWithFieldDateType()
2023-06-18 18:55:08.574 ** ERROR ***** [V10.4.0] => #2 C:Work900_Productivity969_UwAMPUwAmpwwwprojeqtorviewobjectDetail.php (368) -> drawTableFromObject()
Hi,
Ticket #7207 recorded.
Hi,
I cannot reproduce the issue you're facing, but it seems linkled to Notification system.
Just disable Notification Definition on Action, you should get Action screen working back.
Hi,
Issue will be fixed on V10.4.1
Fix is to add 1 line after line 1180 in tool/projeqtor.php
foreach ($arrayClass as $key=>$className) {
if (! SqlElement::is_a($className,'SqlElement')) continue;
it is working!!!!
many thanks
