Browse Source
AbpCrudPageBase delete entity method changes added.
pull/6096/head
İlkay İlknur
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
docs/en/Migration-Guides/BlazorUI-4_0.md
|
|
|
@ -3,3 +3,5 @@ |
|
|
|
## AbpCrudPageBase Changes |
|
|
|
|
|
|
|
- `OpenEditModalAsync` method is requires `EntityDto` instead of id (`Guid`) parameter. |
|
|
|
- `DeleteEntityAsync` method doesn't display confirmation dialog anymore. You can use the new `EntityActions` component in DataGrids to show |
|
|
|
confirmation messages. You can also inject `IUiMessageService` to your page or component and call `ConfirmAsync` explicitly. |
|
|
|
|