Your questions credit has been refunded.
hi
The page will keep flashing. AbpComponentsBase is not used, but a custom base class, in which the exception handling code:
Please share a test template project with your custom code. liming.ma@volosoft.com
Thanks.
hi
Can you reproduce your problem in a new template project?
Thanks
hi
Can you share a project that I can build and test?
Thanks.
hi
Can you share a complete project, I will debug it to check the problem.
liming.ma@volosoft.com
hi
Can you share a test project? liming.ma@volosoft.com
You need to change the interface and implementation of the application service
hi
You can consider using single parameters.
eg:
appservice
UpdateAsync(int documentStatusId, string cultureld, CreateUpdateDocumentStatusCultureDto input)
contoller
[HttpPut]
[Route("{documentStatusId}/{cultureld}")]
UpdateAsync(int documentStatusId, string cultureld, CreateUpdateDocumentStatusCultureDto input)
hi
Yes, We plan to support it in 8.2
Please follow the https://github.com/abpframework/abp/pull/18876