-
Notifications
You must be signed in to change notification settings - Fork 22
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
Import UI auto-mapped columns cannot be cleared/reset #2846
Conversation
Deployed to https://pr-2846.aam-digital.net/ |
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.
A few small code cleanup suggestions still 🙂
src/app/core/import/edit-import-column-mapping/edit-import-column-mapping.component.spec.ts
Outdated
Show resolved
Hide resolved
src/app/core/import/edit-import-column-mapping/edit-import-column-mapping.component.ts
Outdated
Show resolved
Hide resolved
src/app/core/import/edit-import-column-mapping/edit-import-column-mapping.component.spec.ts
Show resolved
Hide resolved
src/app/core/import/edit-import-column-mapping/edit-import-column-mapping.component.ts
Outdated
Show resolved
Hide resolved
src/app/core/import/edit-import-column-mapping/edit-import-column-mapping.component.ts
Show resolved
Hide resolved
src/app/core/import/edit-import-column-mapping/edit-import-column-mapping.component.ts
Outdated
Show resolved
Hide resolved
src/app/core/import/edit-import-column-mapping/edit-import-column-mapping.component.ts
Outdated
Show resolved
Hide resolved
src/app/core/import/edit-import-column-mapping/edit-import-column-mapping.component.ts
Show resolved
Hide resolved
src/app/core/import/import-column-mapping/import-column-mapping.component.html
Outdated
Show resolved
Hide resolved
src/app/core/import/import-column-mapping/import-column-mapping.component.ts
Outdated
Show resolved
Hide resolved
…umn-mapping.component.spec.ts Co-authored-by: Sebastian <sebastian@aam-digital.com>
…umn-mapping.component.ts Co-authored-by: Sebastian <sebastian@aam-digital.com>
@Abhinegi2 I still found one functional bug:
|
src/app/core/import/edit-import-column-mapping/edit-import-column-mapping.component.ts
Outdated
Show resolved
Hide resolved
src/app/core/import/import-column-mapping/import-column-mapping.component.ts
Outdated
Show resolved
Hide resolved
src/app/core/import/edit-import-column-mapping/edit-import-column-mapping.component.ts
Show resolved
Hide resolved
src/app/core/import/edit-import-column-mapping/edit-import-column-mapping.component.ts
Outdated
Show resolved
Hide resolved
…umn-mapping.component.ts Co-authored-by: Sebastian <sebastian@aam-digital.com>
…umn-mapping.component.ts Co-authored-by: Sebastian <sebastian@aam-digital.com>
Unfortunately there still seem to be issues in the preview stage, @Abhinegi2 : Mappings are not done on the newly selected details (column title here should be "center" and values should be valid): |
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.
Works well now and is clean code. Thanks, @Abhinegi2 👍
src/app/core/import/import-column-mapping/import-column-mapping.component.spec.ts
Outdated
Show resolved
Hide resolved
🎉 This PR is included in version 3.46.3-master.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes: #2782
Visible/Frontend Changes