Add default_live_video_url to the course dashboard

This commit is contained in:
Joshua Coles 2024-02-04 14:28:21 +00:00
parent d5faecdd12
commit d4aa63e66a

View File

@ -17,6 +17,7 @@ class CourseDashboard < Administrate::BaseDashboard
title: Field::String, title: Field::String,
archived: Field::Boolean, archived: Field::Boolean,
homepage: Field::String, homepage: Field::String,
default_live_video_url: Field::Url,
toggl_project: Field::Number, toggl_project: Field::Number,
unit_code: Field::String, unit_code: Field::String,
created_at: Field::DateTime, created_at: Field::DateTime,
@ -34,6 +35,7 @@ class CourseDashboard < Administrate::BaseDashboard
archived archived
homepage homepage
lectures lectures
default_live_video_url
work_items work_items
recordings recordings
].freeze ].freeze
@ -50,6 +52,7 @@ class CourseDashboard < Administrate::BaseDashboard
semester_start_date semester_start_date
toggl_project toggl_project
lectures lectures
default_live_video_url
work_items work_items
recordings recordings
created_at created_at
@ -67,6 +70,7 @@ class CourseDashboard < Administrate::BaseDashboard
panopto_folders panopto_folders
semester_start_date semester_start_date
toggl_project toggl_project
default_live_video_url
].freeze ].freeze
# COLLECTION_FILTERS # COLLECTION_FILTERS