Browse Source

Extends office documents pattern to match open documents.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
tags/v20.0.0beta1
Daniel Kesselberg 4 years ago
parent
commit
948769cf7a
No account linked to committer's email address

+ 3
- 3
apps/workflowengine/js/workflowengine.js
File diff suppressed because it is too large
View File


+ 1
- 1
apps/workflowengine/js/workflowengine.js.map
File diff suppressed because it is too large
View File


+ 1
- 1
apps/workflowengine/src/components/Checks/FileMimeType.vue View File

@@ -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…
Cancel
Save