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
In the getPatchValidFeatures() function of the AbstractModelAPI.class.php, the features are checked on weter they are readonly. But the getFormFields() function of the model routes is used to build the features. The problem is that unlike in features here there is no read_only property, resulting in the undefined key warning. As a solution, this should be added to all the form fields.
But we might have to rethink form fields entirely because now in the Swagger documentation, the form fields will be added to the get results, but that is incorrect.
The text was updated successfully, but these errors were encountered:
Version Information
0.14.3
Hashcat
No response
Description
In the getPatchValidFeatures() function of the AbstractModelAPI.class.php, the features are checked on weter they are readonly. But the getFormFields() function of the model routes is used to build the features. The problem is that unlike in features here there is no read_only property, resulting in the undefined key warning. As a solution, this should be added to all the form fields.
But we might have to rethink form fields entirely because now in the Swagger documentation, the form fields will be added to the get results, but that is incorrect.
The text was updated successfully, but these errors were encountered: