Hi,
That's why, you can try create DTO instead of Devexpress/DevExtreme classes
Did you create a new migrations file and apply it?
You can remove IHasConcurrencyStamp
from your entity.
Hi,
It's normal because concurrency occurred.
I can see you are trying to catch the AbpDbConcurrencyException
, but it may not work because EFcore saves changes after the code block.
Try this.
await _meetingRepository.UpdateAsync(meeting, autoSave: true);
Here is the document about Concurrency Check https://abp.io/docs/latest/framework/infrastructure/concurrency-check
BTW, I do not recommend sharing your project link here, this is not safe. You can send it to the support team via email.
Hi,
This may relate to your DTO. Could you share the full steps to reproduce it or an example project with me? I will check it .thanks
shiwei.liang@volosoft.com
Hi,
You can use wetransfer https://wetransfer.com/
Hi,
The language
from the account layout (theme).
You can override the theme's account layout.
Get the leptonx theme source code via abp suite( if you use the leptonx theme).
Copy the default.cshtml
to your project and change the source code.
PS: don't forget to copy the
_ViewImports.cshtml
file too.
Try add Volo.Abp.LeptonXTheme.Management.Domain.Shared
project to your domain project and add LeptonXThemeManagementDomainSharedModule
module dependency to domain module class.
PS: We do not recommend you use the preview version of the project.
I will email you my solution as well, but above is all I did.
okay