After updating from v2.0.1 to v2.2.0, i have the following message "ERROR : An error occured on 2012-05-10 at 09:45:08" on the "Real Work Allocation" page for one of my resources (note that the same page is OK for other resources).
NB: Update the message "An error occured.." to "An error occurred"
In the log, the following message appears:
2012-05-10 09:45:08 ** ERROR ** ERROR **
2012-05-10 09:45:08 ** ERROR ** on file '[[deleted]]/model/ImputationLine.php' at line (148)
2012-05-10 09:45:08 ** ERROR ***** cause = Undefined property: Assignment::$name
How to resolve this issue?
As a workaround you can just comment line 148 in /model/ImputationLine.php
$elt->name=$ass->name;
More accurate fixing will be deployed in next patch.
Ticket #666 registered. 👿
Thanks for pointing out typo : fixed