-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/name parts persist #312
Fix/name parts persist #312
Conversation
0513cb7
to
9457d49
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logic and structure for name parts looks good. But we lose the current names of the business partners. Please migrate the currently existing business partner names so that they appear as the first entry of the name parts array.
Also, please delete the legalName from the LegalEntity as well. The Legal Entity should only have nameparts and the legalShortName.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I receive an error during database migration. The inserted name parts during migration do not have an ID (nor timestamps).
Also I didn't see that the Legal Entity names are migrated to name parts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Migration works just needs to resolve the conflicts and we are good to go
…s and Sites with the respective mappings
…ty. Migration of Address and Sites names to name_parts
c9ad31c
to
012a40b
Compare
Title: Persistence of Name Parts
Description
This PR adds an table to be able to persist the Name Parts in Legal Entities, Addresses and Sites. On Sites and Logistic Addresses the name column was also removed. Respective mapping was done also.
Related issues: fix #271
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: