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
With v0.19.0 the method GetIdentity was fixed for the internal CD version. Unfortunately this fix was not done for the appropriate methods on
the format versions.
with a mixed specification of a required version field in the extra identity, the identity is not correctly calculated (for the second resource, the version is not part of the identity).
This method is only used by the local CD validation. User coding is not affected, but therefore the method cannot be removed at all.
What you expected to happen:
For both resources the version must be part of the identity.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
Environment:
The text was updated successfully, but these errors were encountered:
What happened:
With v0.19.0 the method
GetIdentity
was fixed for the internal CD version. Unfortunately this fix was not done for the appropriate methods onthe format versions.
As a result, for resource sets like
with a mixed specification of a required version field in the extra identity, the identity is not correctly calculated (for the second resource, the version is not part of the identity).
This method is only used by the local CD validation. User coding is not affected, but therefore the method cannot be removed at all.
What you expected to happen:
For both resources the version must be part of the identity.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
Environment:
The text was updated successfully, but these errors were encountered: