MPS issue job003853

TitleAMCFixForward has useless newRef parameter
Statusclosed
Prioritynice
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionWhenever the AMCFixForward event is emitted, the newRef is 0. This is useless.
AnalysisIt would be better to output the ref, or to output the event after the forwarding location has been determined.
How foundmanual_test
EvidenceNone.
Created byGareth Rees
Created on2014-07-02 16:21:33
Last modified byGareth Rees
Last modified on2014-07-03 19:18:22
History2014-07-02 GDR Created.

Fixes

Change Effect Date User Description
186809 closed 2014-07-03 19:18:22 Gareth Rees Emit the AMCFixForward event after forwarding the object, so that the newref parameter is in fact the new location (rather than constantly 0, as before).