mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
generic fixes
This commit is contained in:
parent
d95497e804
commit
2485285a06
9 changed files with 31 additions and 36 deletions
|
|
@ -80,7 +80,7 @@ async def create_documentpdf_activity(
|
|||
},
|
||||
published_version=1,
|
||||
version=1,
|
||||
org_id=org_id is not None,
|
||||
org_id=org_id if org_id else 0,
|
||||
course_id=coursechapter.course_id,
|
||||
activity_uuid=activity_uuid,
|
||||
creation_date=str(datetime.now()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue