Skip to content

Commit

Permalink
Merge branch 'release-48.16.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 5, 2024
2 parents c3714d3 + bf1cef9 commit ba5a68e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"qtism/qtism": ">=0.28.3",
"oat-sa/generis": ">=16.0.0",
"oat-sa/tao-core": ">=54.26.0",
"oat-sa/tao-core": ">=54.27.0",
"oat-sa/extension-tao-item": ">=12.4.0",
"oat-sa/extension-tao-itemqti": ">=30.23.0",
"oat-sa/extension-tao-test": ">=16.3.0",
"oat-sa/extension-tao-test": ">=16.4.3",
"oat-sa/extension-tao-delivery": ">=15.0.0",
"oat-sa/extension-tao-outcome": ">=13.0.0",
"league/flysystem": "^3.0",
Expand Down
7 changes: 0 additions & 7 deletions views/js/controller/creator/creator.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,6 @@ define([
});

Promise.resolve()
.then(() => {
if (options.translation) {
return translationService.syncTranslation(options.originResourceUri).then(() => {
feedback().success(__('The translation has been synchronized with the original test.'));
});
}
})
.then(() => {
//Data Binding options
const binderOptions = _.merge(options.routes, {
Expand Down
2 changes: 1 addition & 1 deletion views/js/loader/taoQtiTest.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/js/loader/taoQtiTest.min.js.map

Large diffs are not rendered by default.

0 comments on commit ba5a68e

Please sign in to comment.