perun
perun copied to clipboard
fix(openapi): group in Application and ApplictaionForm can be null
On cesnet-devel there are Applications and ApplicationForms with group set as null. In openapi generated by python generator, there is problem when group is null (None). None is NoneType object and it cannot be interpreted as Group. It causes exception on place where it probably shoud not be.