add remove(entityName, object) to Session UPDATE: don't add it
Description
Activity
Show:

Gavin King November 9, 2022 at 1:34 PM
Rolled back this change. We should change the status to rejected or whatever.

Gavin King November 9, 2022 at 11:30 AMEdited
Ugh, I made a big mistake. I guess we don’t want this operation at all, since we’re trying to discourage people from passing detached objects to delete()
and remove()
.
I guess I should roll back this change!

Gavin King November 2, 2022 at 6:22 PM
Done!
We deprecated
delete(entityName, object)
in H6 without providing a replacement, so we should add an overload ofremove()
.