-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
actionType is not checked before calling searchContextProviders() in updateEntity() function #2874
Comments
Flow diagram MB-03 should be changed once this issue gets completed. |
Flow diagram MB-05 should be changed once this issue gets completed. |
Fixed (code) in PR #3177 |
Fix for issue actionType is not checked before calling searchContextProviders() in updateEntity() function #2874
Hi @fgalan Sir, |
No, don't worry. I'll deal with modifications on MB-03 and MB-05. You can skip to the next item to contribute, if you want to continue ;) |
MB-03 and MB-05 fixed in PR #3203 |
FIX flow diagrams in devel manual with regards issue #2874
We have found that
updateEntity()
functions calls indiscriminatelysearchContextProviders()
no matter the action type, i.e. even with APPEND and APPEND_STRICT. See the following fragment, at the end ofupdateEntity()
:And compare with a similar (and correct) call in the creation entity flow:
We are not sure if we have a functional test covering update context APPEND with CPr registration in place covering this case. That should be the first thing to check.
It could also happen that we have a funct test, but some other part of the code (e.g. the forwarding logic) is "masking" the problem at
updateEntity()
.The text was updated successfully, but these errors were encountered: