Skip to content
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

create file with file handler does not refresh the files list #5530

Closed
wkloucek opened this issue Jul 15, 2021 · 4 comments
Closed

create file with file handler does not refresh the files list #5530

wkloucek opened this issue Jul 15, 2021 · 4 comments
Assignees
Labels
Priority:p1-urgent Consider a hotfix release with only that fix Topic:Extensions-framework Type:Bug Something isn't working

Comments

@wkloucek
Copy link
Contributor

Steps to reproduce

  1. use oCIS with WOPI extension (eg. https://ocis.ocis-wopi.latest.owncloud.works/#/login or locally https://owncloud.dev/ocis/deployment/ocis_wopi)
  2. create a new file with the file creation action of oCIS WOPI server
  3. the file will open in Collabora
  4. close Collabora / go back to oCIS
  5. the file view is empty
  6. refresh the page
  7. the file you created before is there

Expected behaviour

in 5) the file should be already displayed

Actual behaviour

in 5) the file is not displayed

Peek.2021-07-15.11-52.mp4

Server configuration

oCIS 1.9.0 with ownCloud Web 3.4.1
oCIS WOPI owncloud/ocis-wopiserver@02083de

@pascalwengerter
Copy link
Contributor

From my understanding that technically not a bug since we're not using websockets at the moment and don't update the UI state from the server, yet a good feature request to implement this!

@wkloucek
Copy link
Contributor Author

wkloucek commented Jul 29, 2021

From my understanding that technically not a bug since we're not using websockets at the moment and don't update the UI state from the server, yet a good feature request to implement this!

I'm not creating a file on the server side. I'm creating it directly in ownCloud Web just like creating a new folder. Folders are correctly displayed after creating.

(If the switch to Collabora is confusing: The file is not created by Collabora, which is opening after creation of the file, but directly from ownCloud Web)

@kulmann kulmann added the Priority:p1-urgent Consider a hotfix release with only that fix label Dec 3, 2021
@dschmidt
Copy link
Member

Can be reproduced with draw.io integration.
Create a new draw.io document: draw.io app opens automatically in a new tab but the file list in the old tab is not reloaded, although the file is immediately created even without saving in draw.io.

@dschmidt
Copy link
Member

Oh sweet :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p1-urgent Consider a hotfix release with only that fix Topic:Extensions-framework Type:Bug Something isn't working
Projects
No open projects
Status: Done
Development

No branches or pull requests

4 participants