You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ratedDisabilities uses the property name where as newDisabilities uses the property condition this difference cause issues with various places of the code by requiring code to check for the existence of both properties when iterating through the ratedDisabilities, newDisabilities, newPrimaryDisabilities, and newSecondaryDisabilities
ratedDisabilities uses the property
name
where asnewDisabilities
uses the propertycondition
this difference cause issues with various places of the code by requiring code to check for the existence of both properties when iterating through the ratedDisabilities, newDisabilities, newPrimaryDisabilities, and newSecondaryDisabilitiesratedDisabilities definition -
vets-json-schema/src/schemas/21-526EZ-allclaims/schema.js
Line 144 in 44c5f71
newDisabilities, newPrimaryDisabilities, and newSecondaryDisabilities =
vets-json-schema/src/schemas/21-526EZ-allclaims/schema.js
Line 152 in 44c5f71
The text was updated successfully, but these errors were encountered: