-
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
wkloucek
added
Type:Bug
Something isn't working
Priority:p4-low
Low priority
Topic:UX-Design
Severity:sev4-low
no loss of service, req. for docs info or enhancement
labels
Nov 8, 2024
11 tasks
AlexAndBear
added
Priority:p3-medium
Normal priority
and removed
Type:Bug
Something isn't working
Priority:p4-low
Low priority
Topic:UX-Design
Severity:sev4-low
no loss of service, req. for docs info or enhancement
labels
Nov 15, 2024
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 |
micbar
added
Priority:p2-high
Escalation, on top of current planning, release blocker
and removed
Priority:p3-medium
Normal priority
labels
Nov 18, 2024
8 tasks
github-project-automation
bot
moved this from Prio 2
to Done
in Infinite Scale Team Board
Nov 18, 2024
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: