Migration Notes: EDG 7.6 to 7.7
ADS Code Generator Bug Fix
If you have developed scripts in ADS, please verify that you did not rely on a bug that we have just fixed:
The API code generator was sometimes appending a 2 to the end of a field name.
This was the case when the same property was used both in forward and inverse direction at the same class/shape.
In that case, for example, ex:hasPart
would have been mapped to fields hasPart2
and hasPartInverse
.
From 7.7 onwards these would be hasPart
and hasPartInverse
.