mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Fix regex for office documents
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e79aa2050c
commit
6df5250288
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
|
|
@ -73,7 +73,7 @@ export default {
|
|||
{
|
||||
iconUrl: OC.imagePath('core', 'filetypes/x-office-document'),
|
||||
label: t('workflowengine', 'Office documents'),
|
||||
pattern: '/(vnd\\.(ms-|openxmlformats-).*))$/',
|
||||
pattern: '/(vnd\\.(ms-|openxmlformats-).*)$/',
|
||||
},
|
||||
{
|
||||
iconUrl: OC.imagePath('core', 'filetypes/application-pdf'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue