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
Enhancement
The UI is still displaying a deprecated field user that has been replaced by owner on entities like case, task and task_log.
user
owner
case
task
task_log
This issue aims to make a clean up and introduce a better consistency through the UI's base code
The text was updated successfully, but these errors were encountered:
Attribute "user" has been removed by the issue TheHive-Project/elastic4play#33
Sorry, something went wrong.
#316 remove user attribute during migration
ab4a2bf
#316 #303 Use owner and createdBy properties instead of deprecated us…
9253988
…er property
f5c1da4
28c1a42
nadouani
No branches or pull requests
Request Type
Enhancement
Problem Description
The UI is still displaying a deprecated field
user
that has been replaced byowner
on entities likecase
,task
andtask_log
.This issue aims to make a clean up and introduce a better consistency through the UI's base code
The text was updated successfully, but these errors were encountered: