Skip to content

Commit

Permalink
Integrated filegator#74
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalbg committed May 9, 2020
1 parent a533eef commit e2199c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* New config: 'guest_redirection' (useful for external auth adapters)
* More css classes so the elements can be easily hidden (e.g. add_to_head style)
* Integrated https://github.com/filegator/filegator/pull/74

## 7.3.5 - 2020-04-18

Expand Down
2 changes: 1 addition & 1 deletion frontend/views/Browser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
:row-class="(row) => 'file-row type-'+row.type"
:checked-rows.sync="checked"
:loading="isLoading"
checkable
:checkable="can('batchDownload') || can('write') || can('zip')"
>
<template slot-scope="props">
<b-table-column :label="lang('Name')" :custom-sort="sortByName" field="data.name" sortable>
Expand Down

0 comments on commit e2199c8

Please sign in to comment.