mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #21326 from nextcloud/enh/noid/office-pattern-opendocument
Extends office documents pattern to match open documents.
This commit is contained in:
commit
57ed519839
3 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -79,7 +79,7 @@ export default {
|
|||
{
|
||||
iconUrl: imagePath('core', 'filetypes/x-office-document'),
|
||||
label: t('workflowengine', 'Office documents'),
|
||||
pattern: '/(vnd\\.(ms-|openxmlformats-).*)$/',
|
||||
pattern: '/(vnd\\.(ms-|openxmlformats-|oasis\\.opendocument).*)$/',
|
||||
},
|
||||
{
|
||||
iconUrl: imagePath('core', 'filetypes/application-pdf'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue