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
In the Gate, the DTOs to update legal entity, site and address partners contain the name parts field. However, the entities in our persistence layer just have plain String names. We should save the name parts from the DTOs in the database by replacing the name columns with name part collections in the entities.
The text was updated successfully, but these errors were encountered:
In the Gate, the DTOs to update legal entity, site and address partners contain the name parts field. However, the entities in our persistence layer just have plain String names. We should save the name parts from the DTOs in the database by replacing the name columns with name part collections in the entities.
The text was updated successfully, but these errors were encountered: