Skip to content

Commit 9d29ea4

Browse files
authored
Merge branch 'master' into pwnage101/ENT-11563
2 parents 2ad7aa1 + a18e9d1 commit 9d29ea4

3 files changed

Lines changed: 68 additions & 136 deletions

File tree

lms/envs/common.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3291,11 +3291,11 @@ def _should_send_certificate_events(settings):
32913291
OPEN_EDX_FILTERS_CONFIG = {
32923292
"org.openedx.learning.account.settings.read_only_fields.requested.v1": {
32933293
"fail_silently": False,
3294-
"pipeline": ["enterprise.filters.accounts.AccountSettingsReadOnlyFieldsStep"],
3294+
"pipeline": ["enterprise.filters.accounts.AccountSettingsEnterpriseReadOnlyFieldsStep"],
32953295
},
3296-
"org.openedx.learning.dashboard.render.started.v1": {
3297-
"fail_silently": False,
3298-
"pipeline": ["enterprise.filters.dashboard.DashboardContextEnricher"],
3296+
"org.openedx.learning.grade.context.requested.v1": {
3297+
"fail_silently": True,
3298+
"pipeline": ["enterprise.filters.grades.GradeEventContextEnricher"],
32993299
},
33003300
}
33013301

package-lock.json

Lines changed: 63 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@testing-library/jest-dom": "^6",
4848
"@testing-library/react": "^12",
4949
"@testing-library/user-event": "^12",
50-
"babel-loader": "^9",
50+
"babel-loader": "^10.0.0",
5151
"babel-plugin-transform-class-properties": "^6",
5252
"babel-polyfill": "^6",
5353
"backbone": "^1",

0 commit comments

Comments
 (0)