Open wkloucek opened 1 week ago
Problematic: both records open with the same Office (Collabora in my case)
I just saw that this happens also when you have one office that supports template handling and one that doesn't:
{
"mime-types": [
{
"mime_type": "application/vnd.geogebra.slides",
"ext": "ggs",
"name": "Tafel",
"description": "Tafel",
"allow_creation": true,
"default_application": "Tafel",
"app_providers": [
{
"address": "com.owncloud.api.collaboration.Tafel",
"name": "Tafel",
"description": "Open office documents with Collabora",
"icon": "...",
"product_name": "Tafel",
"secure_view": false
}
]
},
...
{
"mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.template",
"default_application": "xxx-Office",
"app_providers": [
{
"address": "com.owncloud.api.collaboration.xxx-Office",
"name": "xxx-Office",
"description": "Open office documents with xxx",
"icon": "...",
"product_name": "OnlyOffice",
"secure_view": false,
"target_ext": "docx"
}
]
},
We still get two "Aus Vorlage erstellen" entries on a .docx
file.
Describe the bug
oCIS 7.0.0-rc.1
When having multiple Offices configured on one oCIS instance, the template handling has questionable UX
Steps to reproduce
.ott
Expected behavior
I can choose which office to use for creating the office file from the template.
Actual behavior
I have two menu items with the exact same wording
Additional context
found in https://github.com/owncloud/ocis-charts/pull/799#issuecomment-2464025110