-
Notifications
You must be signed in to change notification settings - Fork 266
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 metadata: delete support #2591
Comments
Hi @fgalan sir, I would like to work on this issue, please let me know this issue still need to be fix or not? |
Yes, the issue is still valid. After the recent completion of #1494 it is a good moment to address it. Thanks for your willingness to work on it! |
As per my understanding we need to support delete actionType in Special metadata in notifications So, we need to add actionType I am referring the below document for same:
Please confirm my understanding. |
doc/manuals/orion-api.md section |
I think your understanding is correct. Thanks! |
Upon completion of #1494, the
actionType
with valuedelete
must be supported.Once this issue gets implemented, the following needs to be removed inthe implementation notes:
Implementation notes:
Have a look to the
skip
field in ContextAttribute class and how it is used to mark an attribute as deleted in the entity memory image that is keep during the update process. It may be useful at actionType metadata generation time in order to see which attribute were deleted.The text was updated successfully, but these errors were encountered: