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
Bug
Version 1.7.2(latest)
There is a typo in the new custom field constructor function at api.py, line 658. Custom field attribute should be mandatory instead of madatory.
data = { "value": { "name": custom_field.name, "reference": custom_field.reference, "description": custom_field.description, "type": custom_field.type, "options": custom_field.options, **"mandatory": custom_field.madatory** } }
The text was updated successfully, but these errors were encountered:
Issue TheHive-Project#173: corrected typo 'custom_field.madatory' to …
b6a6e71
…'custom_field.mandatory'.
Issue #173: corrected typo 'custom_field.madatory' to 'custom_field.m…
b63b87a
…andatory'. (#188)
No branches or pull requests
Request Type
Bug
Work Environment
Version 1.7.2(latest)
Problem Description
There is a typo in the new custom field constructor function at api.py, line 658.
Custom field attribute should be mandatory instead of madatory.
Steps to Reproduce
Complementary information
The text was updated successfully, but these errors were encountered: