Base solution for your next web application
Open Closed

ISoftDelete enabled Entity throw error on Delete #1782


User avatar
0
princedis created

Hi, I just restarted my project in ABP, Previously when I do a delete on ISoftDelete enabled entity, It set isDelete flag and other things and will not show on normal get. But Now when i call delete it throught error as

private readonly ISASRepositoryBase<Detail> _detailRepository;
public async Task SoftDeleteDetailAsync(int id)
        {
            await _detailRepository.DeleteAsync(id);
        }


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Can you share the error details ? It should be in the Logs.txt file under your web project.