-
Notifications
You must be signed in to change notification settings - Fork 120
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
Joining document after it was renamed inside editor causes document conflict and potential data loss #3492
Comments
eszkadev
added a commit
to eszkadev/richdocuments
that referenced
this issue
Feb 22, 2024
Bug: 1. Open document 2. Rename in Collabora Online using input in the title bar 3. In the new tab open the same document from file picker in NC Result: 2 sessions are in different instances of the same document getCallbackBaseUrl() puts "/" at the end, but WOPISrc was adding additional one: const wopiurl = getCallbackBaseUrl() + '/ ... Then reconnected session after rename had single "/index.php" but new session used "//index.php" what caused that COOL server didn't consider both as the same identifier Signed-off-by: Szymon Kłos <[email protected]>
juliusknorr
added a commit
that referenced
this issue
Feb 26, 2024
…r-rename Fixes #3492 joining after document is renamed inside editor
backportbot bot
pushed a commit
that referenced
this issue
Feb 26, 2024
Bug: 1. Open document 2. Rename in Collabora Online using input in the title bar 3. In the new tab open the same document from file picker in NC Result: 2 sessions are in different instances of the same document getCallbackBaseUrl() puts "/" at the end, but WOPISrc was adding additional one: const wopiurl = getCallbackBaseUrl() + '/ ... Then reconnected session after rename had single "/index.php" but new session used "//index.php" what caused that COOL server didn't consider both as the same identifier Signed-off-by: Szymon Kłos <[email protected]>
hcvcastro
pushed a commit
to hcvcastro/nextcloud-richdocuments
that referenced
this issue
Nov 21, 2024
Bug: 1. Open document 2. Rename in Collabora Online using input in the title bar 3. In the new tab open the same document from file picker in NC Result: 2 sessions are in different instances of the same document getCallbackBaseUrl() puts "/" at the end, but WOPISrc was adding additional one: const wopiurl = getCallbackBaseUrl() + '/ ... Then reconnected session after rename had single "/index.php" but new session used "//index.php" what caused that COOL server didn't consider both as the same identifier Signed-off-by: Szymon Kłos <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
User can land in two instances of the same document when using rename inside Collabora Online.
To Reproduce
Steps to reproduce the behavior:
Result: Tow sessions doesn't see each other, after saving conflict dialog appears
Expected behavior
Two users join the same session
The text was updated successfully, but these errors were encountered: