We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updated_at must remains identical
Side remove function doest not check the direction. See elRemoveRelationConnection function
if (isStixRefRelationship(relationType)) { source += 'ctx._source[\'updated_at\'] = params.updated_at;'; }
The text was updated successfully, but these errors were encountered:
[backend] Side deletions of ref relationships can lead to updated_at …
d5b4e5d
…upgrade (#9944)
[backend] Align behavior with modified (#9944)
92a3734
ab8d177
…change (#9944)
richard-julien
Successfully merging a pull request may close this issue.
Description
Steps
Expected
Updated_at must remains identical
Hints
Side remove function doest not check the direction.
See elRemoveRelationConnection function
The text was updated successfully, but these errors were encountered: