owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
443 stars 158 forks source link

text editor shows wrong file name as share receiver #7775

Open individual-it opened 2 years ago

individual-it commented 2 years ago

Steps to reproduce

  1. as user1 share a text file with user2
  2. as user2 accept the file
  3. as user1 rename the file
  4. as user2 open the file in the webUI text-editor

Expected behaviour

the text editor should show the original name

Actual behaviour

the text editor shows the renamed file-name, every else the original name is shown image

image

Environment general

Operating system: Ubuntu 22 Backend (ownCloud Core or Infinite Scale): Ocis Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... no

Environment ownCloud Infinite Scale

Version: current master commit b5bb6980e21cbcd3f3b48361d17b095e10b06cd4 Updated from an older Infinite Scale or fresh install: fresh Where did you install Infinite Scale from: git

Client configuration

Browser: FF / Chrome Operating system: Ubuntu

JammingBen commented 2 years ago

Most likely related to a backend issue we currently have: https://github.com/owncloud/ocis/issues/4796

pascalwengerter commented 8 months ago

According to https://github.com/owncloud/ocis/issues/6376#issuecomment-1611772592 this is expected behaviour?

I've checked the server response:

Screenshot 2024-03-05 at 15 08 07

But admittedly it leads to a weird result in the editor, since that loads the actual resource:

Screenshot 2024-03-05 at 15 11 58

Not sure how to proceed here...