Skip to content
Snippets Groups Projects
  • JediKev's avatar
    issue: Delete Org Session Failure · bbd0c255
    JediKev authored
    This addresses an issue on the Forum where deleting an Organization causes
    the session to fail. This is due to the Organization QuerySet being stored
    in the session and not being cleared out when deleted from the system. This
    causes the system to try to refetch the object from the database which it's
    not there as it's been deleted and therefore causes the session to crash.
    bbd0c255