-
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
Dialog & Routed Views #2304
Dialog & Routed Views #2304
Conversation
for clarity and future developments
Deployed to https://pr-2304.aam-digital.net/ |
…note-details and others
src/app/child-dev-project/notes/notes-manager/notes-manager.component.html
Outdated
Show resolved
Hide resolved
# Conflicts: # src/app/core/admin/admin-entity/admin-entity.component.spec.ts
for clarity and future developments
# Conflicts: # src/app/core/config/config-fix.ts # src/app/core/entity-details/entity-details/entity-details.component.ts # src/app/core/entity-list/entity-list/entity-list.component.spec.ts # src/app/core/entity-list/entity-list/entity-list.component.ts
for clarity and future developments
78473f7
to
a326549
Compare
… view-architecture # Conflicts: # src/app/core/config/config-fix.ts # src/app/core/entity-details/entity-details/entity-details.component.ts # src/app/core/entity-list/entity-list/entity-list.component.spec.ts # src/app/core/entity-list/entity-list/entity-list.component.ts
# Conflicts: # src/app/core/config/config-fix.ts # src/app/core/entity-details/entity-details/entity-details.component.ts # src/app/core/entity-list/entity-list/entity-list.component.spec.ts # src/app/core/entity-list/entity-list/entity-list.component.ts
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 good so far
🎉 This PR is included in version 3.35.0-master.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.35.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes: #2069
objectives:
changes implemented:
appConfig:note-details
to a standardview:note/:id
app-view-title
,app-dialog-buttons
)AbstractEntityDetailsComponent
to be reusedDialogViewComponent
similar to RoutedViewComponentpass entity refs to routed details instead of loading it itself there(turns out to be difficult to pass custom data through router)problems to be fixed:
manually migrate appConfig:note-details to view:note/:id