-
Notifications
You must be signed in to change notification settings - Fork 159
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
[full-ci] url stability. open file through Collabora #10420
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
@@ -29,9 +30,12 @@ export const navigateToDetailsPanelOfResource = async ( | |||
} | |||
|
|||
export const openResourceViaUrl = async (args: openResourceViaUrlArgs) => { | |||
const { page, resource, user, space } = args | |||
const { page, resource, user, space, collabora } = args |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it make sense to pass the editor name as variable instead of a boolean? When want to test the same for OnlyOffice, don't we? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just didn't find way how to open file in the OnlyOffice using url (wanted to ask about it tomorrow.)
Even if I set the app=OnlyOffice
parameter, the file still opens in collabora
https://ocis.owncloud.test/external/open-with-web?app=OnlyOffice&fileId=fileuuId
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I spoke with @JammingBen. Looks like it's a bug
Wouldn't it make sense to pass the editor name as variable instead of a boolean? When want to test the same for OnlyOffice, don't we?
sure, I'll change it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would be another regression, right? Super important to have the test for both Collabora and OnlyOffice then 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
created bug for that: #10422
10aa645
to
c9e307a
Compare
c9e307a
to
fbe7927
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
while the tests are like this after fixing #10422 I'll add tests where I can open one file format in the different editor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
url stability. open file through Collabora (#10420)
part of #9897
check that file can be open in Collabora via url. client feature: