Browse Source

AbpCrudPageBase delete entity method changes added.

pull/6096/head
İlkay İlknur 6 years ago
committed by GitHub
parent
commit
3396c9a9f0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Migration-Guides/BlazorUI-4_0.md

2
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.

Loading…
Cancel
Save