Skip to content

Commit

Permalink
Merge pull request #668 from oat-sa/release-5.46.1
Browse files Browse the repository at this point in the history
Release 5.46.1
  • Loading branch information
no-chris authored Dec 2, 2016
2 parents 641f7cc + 68b1e14 commit 0f278ad
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'label' => 'QTI test model',
'description' => 'TAO QTI test implementation',
'license' => 'GPL-2.0',
'version' => '5.46.0',
'version' => '5.46.1',
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoTests' => '>=3.7.0',
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,6 @@ public function update($initialVersion) {
$this->setVersion('5.45.0');
}

$this->skip('5.45.0', '5.46.0');
$this->skip('5.45.0', '5.46.1');
}
}
5 changes: 4 additions & 1 deletion views/js/controller/creator/views/section.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ function($, _, uri, __, actions, itemRefView, rubricBlockView, templates, qtiTes

//section level category configuration
categoriesProperty($view);
blueprintProperty($view);

if(model.hasBlueprint !== undefined){
blueprintProperty($view);
}

function removePropHandler(){
if(propView !== null){
Expand Down
2 changes: 1 addition & 1 deletion views/js/controllers.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 0f278ad

Please sign in to comment.