Calendar: Set sid to the resource link for course events

pull/5156/head
Angel Fernando Quiroz Campos 2 years ago
parent eca25326da
commit 7b6e51bedc
  1. 3
      assets/vue/views/ccalendarevent/CCalendarEventList.vue

@ -356,7 +356,8 @@ function onCreateEventForm() {
if (cidReqStore.course) {
itemModel.resourceLinkListFromEntity = [
{
cid: cidReqStore.course["id"],
cid: cidReqStore.course.id,
sid: cidReqStore.session?.id ?? null,
visibility: RESOURCE_LINK_PUBLISHED,
},
]

Loading…
Cancel
Save