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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When using the supplied sample project I can create new events, but attempting to edit or delete occurrences results in the following error:
'NoneType' object has no attribute 'event'
Which, it turns out is true:
check_occurrence_permission return CHECK_EVENT_PERM_FUNC(ob.event, user) Exception Type: AttributeError at /schedule/occurrence/cancel/10/2022/01/06/09/57/00/ Exception Value: 'NoneType' object has no attribute 'event' Variable | Value -- | -- ob | None user | <SimpleLazyObject: <User: typonaut>>
How to deal with this issue, given that the occurrence object returned is a None?
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the supplied sample project I can create new events, but attempting to edit or delete occurrences results in the following error:
Which, it turns out is true:
How to deal with this issue, given that the occurrence object returned is a
None
?The text was updated successfully, but these errors were encountered: