Skip to content

Commit

Permalink
Merge pull request #170 from oat-sa/hotfix/SI-74/results-monitoring-s…
Browse files Browse the repository at this point in the history
…orting

Hotfix/si 74/results monitoring sorting
  • Loading branch information
tikhanovichA authored Mar 22, 2018
2 parents a67c52f + bfdf0dc commit 05ba8a0
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 75 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'label' => 'Result visualisation',
'description' => 'TAO Results extension',
'license' => 'GPL-2.0',
'version' => '5.5.2',
'version' => '5.5.3',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
// taoItems is only needed for the item model property retrieval
'requires' => [
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ public function update($initialVersion)

$this->setVersion('5.5.0');
}
$this->skip('5.5.0', '5.5.2');
$this->skip('5.5.0', '5.5.3');
}
}
1 change: 1 addition & 0 deletions views/js/controller/resultsMonitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ define([
paginationStrategyTop: 'simple',
paginationStrategyBottom: 'pages',
rows: 25,
sortby: 'result_id',
actions : {
'view' : {
id: 'view',
Expand Down
Loading

0 comments on commit 05ba8a0

Please sign in to comment.