python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Soft deleted instance is not retrieved by Laravel Resource
I have two models related to each other with a one-to-one relationship.
Model A belongs to model B and when an instance of model B is returned to the frontend, the Resource of the model B includes the...

Wesley Gonçalves
Votes: 0
Answers: 1
ApiPlatform - Disable a Doctrine filter when any ToOne relation is fetched
Just implemented SoftDeleteable doctrine extension along with API Platform framework and here is my problem :
So basically, the SoftDeleteable bundle comes with a doctrine filter that adds a deletedAt...
Lama
Votes: 0
Answers: 0
what would be the best practice for http request in webapi project with softdelete
I am working on a webapi .Net5 project. I am using SQLserver and EF5 to store my entities. Each of my entities has a property called IsDeleted, which I use for remove(IsDeleted=true) and restore(IsDel...
Amir Masoud Babaei
Votes: 0
Answers: 1
Soft delete does not work for queries using OR
I have used "Soft Delete" pattern implemented at EF TechEd session (code available here: https://github.com/rowanmiller/Demo-TechEd2014). The solution worked well until I tried to execute qu...
mankers
Votes: 0
Answers: 0