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

fix(files): properly update paths and folder children on node move #49398

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

skjnldsv
Copy link
Member

Fix #48322

@skjnldsv skjnldsv added this to the Nextcloud 31 milestone Nov 20, 2024
@skjnldsv skjnldsv self-assigned this Nov 20, 2024
@skjnldsv
Copy link
Member Author

/backport to stable30

@skjnldsv
Copy link
Member Author

/backport to stable29

@skjnldsv
Copy link
Member Author

/backport to stable28

@skjnldsv skjnldsv requested review from susnux, a team, Pytal, szaimen and artonge and removed request for a team November 20, 2024 11:21
@solracsf
Copy link
Member

Does it possibly fix any of these too?
#48322 (comment)

@skjnldsv
Copy link
Member Author

@solracsf no, they are a bit different :)

@skjnldsv
Copy link
Member Author

Viewer delete fix: nextcloud/viewer#2620

@skjnldsv
Copy link
Member Author

skjnldsv commented Dec 3, 2024

/compile rebase

skjnldsv and others added 2 commits December 3, 2024 07:25
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@skjnldsv skjnldsv merged commit 6494435 into master Dec 3, 2024
120 checks passed
@skjnldsv skjnldsv deleted the fix/files-rename-store branch December 3, 2024 07:35
Copy link

backportbot bot commented Dec 3, 2024

The backport to stable28 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable28
git pull origin stable28

# Create the new backport branch
git checkout -b backport/49398/stable28

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 95e41be5 a724922f

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/49398/stable28

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Delete file does not refresh the files view if previously renamed
5 participants