This message was deleted.
# questions
s
This message was deleted.
g
How did you remove them?
a
The object was modified in the frontend and sended via PUT method to the controller
g
Then when you use DELETE method through controller, and you found they are not able to deleted? On which domain?
a
I have a DailySheet Object with many machines (for example 5) and I send a modified object with less machines (3 for example) and I want to "update" the dailysheet to get only 3 machines, but don't delete the entire dailysheet object.
g
Ah, I see. I do not believe the UPDATE the new children list to the parent will DELETE the existing children reference. I guess you will need to explicitly remove the ‘unwanted’ child entities from parent entity by using removeFromMachines(xxx), That’s my understanding