Fixes #5514 Form Id Not Populating (#5521)
commitf94486e04bd0df212d5c3e180f36f1b8207027d8
authorStephen Nielson <snielson@discoverandchange.com>
Tue, 21 Jun 2022 12:09:08 +0000 (21 06:09 -0600)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2022 12:09:08 +0000 (21 06:09 -0600)
treed674ff72e4895d3cd369c5aa31282bdd8cbaf740
parent1d11fb551cfe9b4cfb1ab5964dbc52a21b4ba882
Fixes #5514 Form Id Not Populating (#5521)

This isObjectModified property was not being set in many forms because
they don't call the default constructor for ORDataObject.  So we need to
setup our properties that are required as default values in the property
assignment instead of handling it inside the constructor.
src/Common/ORDataObject/ORDataObject.php