Skip to content

Commit

Permalink
Merge branch 'release-3.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Khitko committed Feb 7, 2019
2 parents bcbeb13 + 63c525f commit ca3e090
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'label' => 'extension-tao-dac-simple',
'description' => 'extension that allows admin to give access to some resources to other people',
'license' => 'GPL-2.0',
'version' => '3.2.0',
'version' => '3.2.1',
'author' => 'Open Assessment Technologies SA',
'requires' => array(
'taoBackOffice' => '>=3.0.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 @@ -137,6 +137,6 @@ public function update($initialVersion) {
$this->setVersion('2.7.0');
}

$this->skip('2.7.0', '3.2.0');
$this->skip('2.7.0', '3.2.1');
}
}
2 changes: 1 addition & 1 deletion views/js/controller/admin/line.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</label>
</td>
<td>
<button type="button" class="small delete_permission tooltip btn-warning" data-acl-user="{{user}}" data-acl-type="{{type}}" data-acl-label="{{label}}" >
<button type="button" class="small delete_permission btn-warning" data-acl-user="{{user}}" data-acl-type="{{type}}" data-acl-label="{{label}}" >
<span class="icon-bin"></span>{{__ "Remove"}}
</button>
</td>
Expand Down
2 changes: 1 addition & 1 deletion views/js/loader/taoDacSimple.min.js

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

4 changes: 2 additions & 2 deletions views/js/loader/taoDacSimple.min.js.map

Large diffs are not rendered by default.

0 comments on commit ca3e090

Please sign in to comment.