You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A read-only user can edit the task-logs.
Only if the user wants to store the logs, it failes, using a red error message on the left with the content:
"CaseTaskLog: org.thp.thehive.models.Log not found"
Steps to Reproduce
Create RO user,
Login as RO user
Edit a log entry and save it using ok button.
Possible Solutions
If user has only read-only permission don't give the offer in the GUI to edit a field.
The backend seems to successfully prevent the update because of missing permissions (log message is a little confusing).
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Problem Description
A read-only user can edit the task-logs.
Only if the user wants to store the logs, it failes, using a red error message on the left with the content:
"CaseTaskLog: org.thp.thehive.models.Log not found"
Steps to Reproduce
Possible Solutions
If user has only read-only permission don't give the offer in the GUI to edit a field.
The backend seems to successfully prevent the update because of missing permissions (log message is a little confusing).
The text was updated successfully, but these errors were encountered: