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