Merge pull request #27218 from open-craft/0x29a/bb3611/improve_zip_file_content_structure
[BD-05][TNL-7915][BB-3611] Improve ZIP File content structure
This commit is contained in:
@@ -448,7 +448,7 @@ def upload_ora2_submission_files(
|
||||
'Failed to download and compress submissions attachments.',
|
||||
'Error while downloading and compressing submissions attachments',
|
||||
):
|
||||
compressed = OraDownloadData.create_zip_with_attachments(zip_file, course_id, submission_files_data)
|
||||
compressed = OraDownloadData.create_zip_with_attachments(zip_file, submission_files_data)
|
||||
|
||||
if compressed is None:
|
||||
return UPDATE_STATUS_FAILED
|
||||
|
||||
@@ -129,6 +129,3 @@ click<8.0
|
||||
# greater version has breaking changes and requires some migration steps.
|
||||
django-webpack-loader==0.7.0
|
||||
|
||||
# greater version was failing in quality. Too many positional arguments for classmethod call.
|
||||
edx-ora2==3.5.0
|
||||
|
||||
|
||||
@@ -677,7 +677,7 @@ oauthlib==3.0.1
|
||||
# social-auth-core
|
||||
openedx-calc==2.0.1
|
||||
# via -r requirements/edx/base.in
|
||||
ora2==3.5.0
|
||||
ora2==3.5.1
|
||||
# via -r requirements/edx/base.in
|
||||
packaging==20.9
|
||||
# via
|
||||
|
||||
@@ -880,7 +880,7 @@ oauthlib==3.0.1
|
||||
# social-auth-core
|
||||
openedx-calc==2.0.1
|
||||
# via -r requirements/edx/testing.txt
|
||||
ora2==3.5.0
|
||||
ora2==3.5.1
|
||||
# via -r requirements/edx/testing.txt
|
||||
packaging==20.9
|
||||
# via
|
||||
|
||||
@@ -840,7 +840,7 @@ oauthlib==3.0.1
|
||||
# social-auth-core
|
||||
openedx-calc==2.0.1
|
||||
# via -r requirements/edx/base.txt
|
||||
ora2==3.5.0
|
||||
ora2==3.5.1
|
||||
# via -r requirements/edx/base.txt
|
||||
packaging==20.9
|
||||
# via
|
||||
|
||||
Reference in New Issue
Block a user