-
Notifications
You must be signed in to change notification settings - Fork 640
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
Merge of cases overrides task log owners #303
Comments
It is not easy to fix this issue because logs haven't owner, they only have creator (user who did the action). To fix this issue, I can add a new attribute "owner" to log entity but a schema update is required. I can also hack entity creation process to overwrite creator value. This can't be done for TheHive 2.13 |
@nadouani in front-end, use attribute "owner" instead of "createdBy" (or "user") to show the owner of the log. This will solve this issue. |
Request Type
Bug
Work Environment
Problem Description
Describe the problem/bug as clearly as possible.
Steps to Reproduce
Possible Solutions
Review merge functions
The text was updated successfully, but these errors were encountered: