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
When an entity is translated, there are values which should not be copied from the original entity, but instead, set to the values which are set on a new entity.
The following properties should be Set instead of copied:
Id
IsEmpty
Values
Will also need the ability to obtain the TextSlice from the values, in order, based upon the schema, to fill the Fields. This will likely get more real once the formatter work is completed.
The text was updated successfully, but these errors were encountered:
phatboyg
changed the title
Translator unit tests are failing with latest commit
Translated Entities Should Not Copy Internal Properties
Aug 10, 2017
When an entity is translated, there are values which should not be copied from the original entity, but instead, set to the values which are set on a new entity.
The following properties should be
Set
instead of copied:Will also need the ability to obtain the
TextSlice
from the values, in order, based upon the schema, to fill theFields
. This will likely get more real once the formatter work is completed.The text was updated successfully, but these errors were encountered: