This commit is contained in:
Milos Stojanovic
2020-05-09 18:17:20 +02:00
parent a533eef33a
commit e2199c812f
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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>