First things to implement a event change log

This commit is contained in:
2020-09-29 15:28:48 +02:00
parent 6ddef0c736
commit 9addc237bd
6 changed files with 166 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
from ..roles import get_system_user, get_ghost_user
from .event import Event
from .eventchange import EventChange
from .eventflag import EventFlag
from .eventstatus import EventStatus
from .oneclickaction import OneClickAction