Web: Files: fixed sorting options

This commit is contained in:
Nikita Gopienko 2023-06-20 11:50:26 +03:00
parent 27a6731a35
commit bfc2d5d910
2 changed files with 6 additions and 6 deletions

View File

@ -103,7 +103,7 @@ class FilesTableHeader extends React.Component {
enable: this.props.authorTrashColumnIsEnabled,
resizable: true,
sortBy: "Author",
onClick: this.onFilter,
// onClick: this.onFilter,
onChange: this.onColumnChange,
},
{
@ -130,7 +130,7 @@ class FilesTableHeader extends React.Component {
enable: this.props.sizeTrashColumnIsEnabled,
resizable: true,
sortBy: "Size",
// onClick: this.onFilter,
onClick: this.onFilter,
onChange: this.onColumnChange,
},
{

View File

@ -1223,7 +1223,7 @@ const SectionFilterContent = ({
infoPanelColumnsSize &&
infoPanelColumnsSize[idx] === "0px";
!hide && commonOptions.push(authorOption);
// !hide && commonOptions.push(authorOption);
}
if (availableSort?.includes("CreatedTrash")) {
const idx = availableSort.findIndex((x) => x === "CreatedTrash");
@ -1250,7 +1250,7 @@ const SectionFilterContent = ({
infoPanelColumnsSize &&
infoPanelColumnsSize[idx] === "0px";
// !hide && commonOptions.push(size);
!hide && commonOptions.push(size);
}
if (availableSort?.includes("TypeTrash")) {
const idx = availableSort.findIndex((x) => x === "TypeTrash");
@ -1323,10 +1323,10 @@ const SectionFilterContent = ({
commonOptions.push(owner);
commonOptions.push(modifiedDate);
} else if (isTrash) {
commonOptions.push(authorOption);
// commonOptions.push(authorOption);
// commonOptions.push(creationDate);
commonOptions.push(erasure);
// commonOptions.push(size);
commonOptions.push(size);
// commonOptions.push(type);
} else {
// commonOptions.push(authorOption);