mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 13:24:52 +00:00
fix code bug when enableOnlyOffice (#6407)
This commit is contained in:
@@ -655,7 +655,7 @@ export const Utils = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (permission == 'rw' && enableOnlyoffice &&
|
if (permission == 'rw' && enableOnlyoffice &&
|
||||||
onlyofficeConverterExtensions.includes(this.getFileExtension(dirent.name, false))) {
|
onlyofficeConverterExtensions.includes(Utils.getFileExtension(dirent.name, false))) {
|
||||||
list.push(ONLYOFFICE_CONVERT);
|
list.push(ONLYOFFICE_CONVERT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user