Skip to content

Commit

Permalink
Merge branch 'release-47.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 18, 2023
2 parents 36cf833 + b4144d4 commit 824e6c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions views/js/controller/creator/templates/section-props.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</div>

{{!-- Property not yet available in delivery
{{#if isSubsection}}
<!-- assessmentTest/testPart/assessmentSection/required -->
<div class="grid-row pseudo-label-box">
<div class="col-5">
Expand All @@ -49,11 +49,11 @@
<div class="col-1 help">
<span class="icon-help" data-tooltip="~ .tooltip-content" data-tooltip-theme="info"></span>
<div class="tooltip-content">
{{__ 'If required, it must appears at least once in the selection.'}}
{{__ 'If required it must appear (at least once) in the selection.'}}
</div>
</div>
</div>
--}}
{{/if}}

{{!-- Property not yet available in delivery
<!-- assessmentTest/testPart/assessmentSection/fixed -->
Expand Down
2 changes: 1 addition & 1 deletion views/js/controller/creator/views/section.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ define([
if (!_.isEmpty(config.routes.blueprintsById)) {
sectionModel.hasBlueprint = true;
}

sectionModel.isSubsection = false;
sectionModel.hasSelectionWithReplacement = servicesFeatures.isVisible(
'taoQtiTest/creator/properties/selectionWithReplacement',
false
Expand Down
2 changes: 1 addition & 1 deletion views/js/controller/creator/views/subsection.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ define([
if (!_.isEmpty(config.routes.blueprintsById)) {
subsectionModel.hasBlueprint = true;
}

subsectionModel.isSubsection = true;
sectionModel.hasSelectionWithReplacement = servicesFeatures.isVisible(
'taoQtiTest/creator/properties/selectionWithReplacement',
false
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 824e6c4

Please sign in to comment.