You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/openedx_learning/apps/authoring/backup_restore/fixtures/library_backup/entities/subsection1-48afa3.toml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,16 @@ version_num = 2
9
9
[entity.published]
10
10
# unpublished: no published_version_num
11
11
12
+
# Starting with https://github.com/openedx/openedx-core/pull/545,
13
+
# containers will derive their identity from `container_code` instead of
14
+
# from `key` (although archives without a `container_code` will fall back
15
+
# to `key`). We're adding this bit to the test fixture ahead of time to
16
+
# ensure that older (Ulmo) code is forward-compatible with archives
Copy file name to clipboardExpand all lines: tests/openedx_learning/apps/authoring/backup_restore/fixtures/library_backup/entities/xblock.v1/html/c22b9f97-f1e9-4e8f-87f0-d5a3c26083e2.toml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,16 @@ version_num = 2
9
9
[entity.published]
10
10
version_num = 2
11
11
12
+
# Starting with https://github.com/openedx/openedx-core/pull/544,
13
+
# components will derive their type and code from these attributes rather
14
+
# than by parsing `key` (although archives without an [entity.component] section
15
+
# will fall back to parsing `key`). We're adding this bit to the test fixture
16
+
# early, ensuring that older (Ulmo) code is forward-compatible with archives
0 commit comments