Main issue: calls to old() for the fields were being added to the constructor state change.
This does not make sense in the constructor since there are no old instances when an object is created.
This issue was solved by not removing these added calls.
Main issue: calls to
old()
for the fields were being added to the constructor state change. This does not make sense in the constructor since there are no old instances when an object is created. This issue was solved by not removing these added calls.