add send cert reporting
This commit is contained in:
@@ -64,14 +64,6 @@ def enroll(
|
||||
# Post-migration: uncomment the following line
|
||||
# | ({'org_id': org['org_id']} if org else {}),
|
||||
)
|
||||
transact.put(
|
||||
item={
|
||||
'id': enrollment.id,
|
||||
'sk': 'METADATA#COURSE',
|
||||
'created_at': now_,
|
||||
**course.model_dump(include={'cert', 'access_period'}),
|
||||
}
|
||||
)
|
||||
|
||||
# Relationships between this enrollment and its related entities
|
||||
for parent_entity in linked_entities:
|
||||
|
||||
Reference in New Issue
Block a user