Activities of "Anjali_Musmade"

Hi, Just for your information there is HardDeleteAsync method using which you can permanently delete the entity record from database. can you please check this link https://docs.abp.io/en/abp/latest/Repositories

Here EntityDeletedEto is trigger when a delete operation is called, even if it is a soft delete it is an delete operation, if you want your moduser to have soft delete please read more on https://docs.abp.io/en/abp/latest/Data-Filtering#isoftdelete

Here is a video showing delete triggers. Click Here

Thanks,

Hi,

can you please handle EntityDeletedEto<T> is published when an entity of type T was deleted just like you have handled EntityUpdatedEto<T>

Please see the documentation here https://docs.abp.io/en/abp/latest/Distributed-Event-Bus#event-types

Hi, can you share exact screenshot or steps to reproduce this issue?

Hi

If my previous answer will not help you then please try this link https://github.com/abpframework/abp/blob/1863a619f172634b2eb4842f0c241c40a9642c91/docs/en/Modules/OpenIddict.md?plain=1#L425

Hi

can you try after allowing "Allow Refresh Token Flow"?

Hi,

could you please share the screenshot for the OpenIddict settings for the web client which is under administration -> OpenIddict ->Applications

Hello duyan11110

Is it user logging out or unauthorized after 60 mins automatically?

Showing 1081 to 1087 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13