-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template handling when multiple offices are available #11873
Labels
Priority:p2-high
Escalation, on top of current planning, release blocker
Comments
11 tasks
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 |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 owncloud/ocis-charts#799 (comment)
The text was updated successfully, but these errors were encountered: