-
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
Refactor FormDialogService and EntitySubrecordComponent.showEntityInForm to avoid duplication #921
Labels
Type: Refactoring / Technical Enh.
Technical Enhancement without changes for the user
Comments
@TheSlimvReal , see PR #922 |
this may also include merging RowDetails and EntityForm or at least getting to a more clear reuse for them: #1578 (comment) |
Initial issue doesn't seem to be relevant anymore as entity subrecord is already using the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
FormDialogService
is currently handling similar logic to theEnittySubrecordComponen.showEntityInForm()
which directly uses MatDialog. This probably needs a refactoring to avoid complex and similar code.The text was updated successfully, but these errors were encountered: