-
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
javascript error in tasks #979
Comments
Can you provide a curl call to reproduce this task creation? so we can reproduce the JS error? Thanks |
I was able to produce this by using the example from TheHive4Py test-case-create.py:
|
Ok I'll check it, thanks |
@nadouani I did some investigations. The problem always occures if you load the tasks and no owner is set (list tasks, go into task). Maxbe you want to add this to the next bugfix? I am not aware of any issues but I think if the root-cause is clear it might not be to hard to fix it ;) |
Sure, I’ll fix this in the next RC ;) |
Request Type
Bug
Work Environment
Problem Description
When I'm creating tasks using the API I can produce a task that looks retrieved that way:
(Note that there is no owner, no startDate and no task description)
This contains compared to manual cases the attributes owner, startDate and description (its just missing if manually created and values are not set).
This leads to a javascript error:
Question:
Is the problem wrong usage of the API or a javascript error?
If it is wrong usage of API, how can this be done correct and how is it possible to unset a description/startDate/owner?
The text was updated successfully, but these errors were encountered: