Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
I have updated our projeQtOr release this morning an when I dispatch work on a previously opened ticket, an error occured :
2016-01-19 10:01:15.362 ** ERROR ** ERROR **
2016-01-19 10:01:15.363 ** ERROR ** on file '/var/www/projeqtor/model/persistence/SqlElement.php' at line (434)
2016-01-19 10:01:15.363 ** ERROR ***** cause = trim() expects parameter 1 to be string, object given
Lionel.
Hi,
I cannot reproduce.
I will investigate.
Ticket #1937 recorded
Issue reproduced !
And fixed :woohoo:
Fix is to replace line 117 in /tool/saveDispatchWork.php from
$work->idAssignment=WorkElement::updateAssignment($work, $diff);
to
$ass=WorkElement::updateAssignment($work, $diff); $work->idAssignment=($ass)?$ass->id:null;
Perfect !
Thanks.