Hello,
I have 2 tickets associated with the same activity.
When I see the "Real Work Allocation" screen, I don't have the 2 tickets but only one for the resource.
And when I see the activity, I don't have the sum I expected.
I work with v5.0.5 and I test with the v5.1.2 and I have the same result.
Thanks for your help.
Steeray
PS:Sorry for my bad english
Issue confirmed and recorded as Ticket #1865
Issue is fixed.
Fix is to replace line 212 in /model/ImputationLine.php from
$id=$work->refType.'#'.$work->refId;
to
$id=$work->refType.'#'.$work->refId.'#'.$work->idWorkElement;
It's OK.
I look the 2 tickets.
Thanks a lot.
Steeray