Skip to content
Snippets Groups Projects
Commit 04a9884c authored by Simon Künzel's avatar Simon Künzel
Browse files

Make default for automatic_media_process_scheduler_state to inherit for lecture

parent 26711323
Branches
Tags
No related merge requests found
......@@ -182,7 +182,7 @@ class Lecture(DeletableApiObject, VisibilityApiObject, ApiViewPermissionsObject,
)
)
automatic_media_process_scheduler_state: Mapped[AutomaticMediaProcessSchedulerState] = api_mapped(
mapped_column(AUTOMATIC_MEDIA_PROCESS_SCHEDULER_STATE, nullable=False, default=AutomaticMediaProcessSchedulerState.ENABLED),
mapped_column(AUTOMATIC_MEDIA_PROCESS_SCHEDULER_STATE, nullable=False, default=AutomaticMediaProcessSchedulerState.INHERIT),
ApiEnumField(
include_in_config=True,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment