-
Notifications
You must be signed in to change notification settings - Fork 21
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
Duplicate a record #2042
Duplicate a record #2042
Conversation
src/app/core/duplicate-records/duplicate-records.service.spec.ts
Outdated
Show resolved
Hide resolved
@sleidig, This is ready for your review. Please take a look and suggest if changes are needed. |
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.
Looks pretty good already! 🙂
I left a few remarks on the code
src/app/core/common-components/entity-subrecord/entity-subrecord/entity-subrecord.component.ts
Outdated
Show resolved
Hide resolved
src/app/core/duplicate-records/duplicates-data-directive/duplicate-records.directive.ts
Outdated
Show resolved
Hide resolved
src/app/core/duplicate-records/duplicate-records.service.spec.ts
Outdated
Show resolved
Hide resolved
src/app/core/entity-list/entity-list/entity-list.component.html
Outdated
Show resolved
Hide resolved
src/app/core/common-components/entity-subrecord/entity-subrecord/entity-subrecord.component.ts
Outdated
Show resolved
Hide resolved
src/app/core/common-components/entity-subrecord/entity-subrecord/entity-subrecord.component.ts
Outdated
Show resolved
Hide resolved
…rd/entity-subrecord.component.ts
closes #1361 Co-authored-by: Sebastian Leidig <sebastian@aam-digital.com>
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 found and fixed one more functional problem:
If you select some rows and then switch the "tab" (i.e. the section above the table, which changes the columns that the table displays), then the selection in the UI did not keep the checkboxes selected (although internally it remembers the state).
I think this is good to go now 👍
🎉 This PR is included in version 3.26.0-master.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes #1362 Co-authored-by: Sebastian <sebastian@aam-digital.com>
closes #1362 Co-authored-by: Sebastian <sebastian@aam-digital.com>
🎉 This PR is included in version 3.26.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
see #1362