fix/enums_status_with_list #65
Reference in New Issue
Block a user
Delete Branch "fix/enums_status_with_list"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove Enum types from TypeHints of USER_ACCESS methods as they can not be known in the serialization process. For the future, we should not use custom class definitions and return them through methods that requires serialization, as the serializer can not be aware of what these classes are.