mirror of https://github.com/abpframework/abp.git
Browse Source
Saas tenant create modal (and other mud CRUD pages) duplicated rows when the user double-clicked Save: the second click hit AppService.CreateAsync before the first response had returned. Add IsCreating / IsUpdating gates to AbpMudCrudPageBase so concurrent calls return immediately. Wrap the body in try/finally and trigger StateHasChanged so any UI bindings to these flags reflect the busy state.pull/25393/head
1 changed files with 29 additions and 0 deletions
Loading…
Reference in new issue