Skip to content

Commit

Permalink
fix: reset testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Nov 21, 2024
1 parent a1b7b03 commit 22554bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "platform-plugin-aspects==v0.11.2"
pip install "platform-plugin-aspects==v0.11.4"

RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "edx-event-routing-backends>=9.3.0,<9.4"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "platform-plugin-aspects==v0.11.2"
pip install "platform-plugin-aspects==v0.11.4"

RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "edx-event-routing-backends>=9.3.0,<9.4"
2 changes: 1 addition & 1 deletion tutoraspects/translations/translate_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class DashboardAsset(TranslatableAsset):
"metadata.native_filter_configuration.name",
"metadata.native_filter_configuration.description",
"position.*.meta.text",
# "position.*.meta.code",
"position.*.meta.code",
"position.*.meta.sliceNameOverride",
]

Expand Down

0 comments on commit 22554bb

Please sign in to comment.