You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use the 👍 reaction to show that you are interested into the same feature.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
open an office file in Nextcloud Office (Collabora) web interface
click export to pdf
close office file
why is my pdf not shown, I just exported it!
reload page
ahh, there is my pdf!
Describe the solution you'd like
pdf should be visible right after I close the office document, so: update file list after closing Nextcloud Office document
Maybe also a more general solution: immediately push file creation/deletion to all existing open browser tabs/windows (always, not only when closing an office file)
The text was updated successfully, but these errors were encountered:
Context:
When a file is exported in the same directory the app that created that file should emit the correct event through the event bus to let the files app know about it (files:node:created).
In the past we reloaded the files list but also dropped that due to performance impact.
The export is happening asynchronously in the background and currently our frontend code base is not aware when the export or save as will be finished.
Probably something to talk about if Collabora can notify us through a post message.
I'd also be curious if a more generic way of handling this could make sense. One thing I could imagine is that notify_push could propagate the new file and the files app could add it directly (related nextcloud/desktop#6430) Of course that is a different level of complexity.
How to use GitHub
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
pdf should be visible right after I close the office document, so: update file list after closing Nextcloud Office document
Maybe also a more general solution: immediately push file creation/deletion to all existing open browser tabs/windows (always, not only when closing an office file)
The text was updated successfully, but these errors were encountered: