mirror of
https://github.com/nextcloud/server.git
synced 2026-02-21 00:45:24 -05:00
Merge pull request #19721 from nextcloud/bug/19695/workflow-regex-office
Fix regex for office documents
This commit is contained in:
commit
124b1fdffc
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
|
|
@ -78,7 +78,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