[DeleteSelfChild]() now requires same parameter as [InsertChild](...) and [UpdateChild](...) #2296
Unanswered
michaelcsikos
asked this question in
Questions
Replies: 1 comment 4 replies
-
I don't follow the problem? You can absolutely have a |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Prior to version 5.x,
Child_DeleteSelf()
methods could be parameterless, and weren't required to match the parameters of theChild_Insert(...)
andChild_Update(...)
methods. I'm now having to add unused parameters likeGuid parentId
orobject parent
to fix the breaking change. Before I go and change 200+ classes just checking that there's no configuration option for this?Beta Was this translation helpful? Give feedback.
All reactions