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: Fix restored document not displayed in the folder view - EXO-77282 #1354

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

sofyenne
Copy link
Member

@sofyenne sofyenne commented Mar 3, 2025

Prior to this change, restored documents weren't displayed in the document folder view. This issue was caused by the presence of the deleted document item in the local storage, which is used to handle the undo delete action. This change will remove the deleted document from the local storage after the dismissal of the confirm document delete alert, resolving this issue.

… (#1352)

Prior to this change, restored documents weren't displayed in the document folder view. This issue was caused by the presence of the deleted document item in the local storage, which is used to handle the undo delete action. This change will remove the deleted document from the local storage after the dismissal of the confirm document delete alert, resolving this issue.
@sofyenne sofyenne requested a review from mkrout March 3, 2025 12:19
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Mar 3, 2025
@sofyenne sofyenne changed the title fix: Fix restored document not displayed in the folder view - EXO-77282 (#1352) fix: Fix restored document not displayed in the folder view - EXO-77282 Mar 3, 2025
@sofyenne sofyenne enabled auto-merge (squash) March 3, 2025 12:20
@sofyenne sofyenne merged commit eb053b3 into develop Mar 3, 2025
9 checks passed
@sofyenne sofyenne deleted the merge-77282 branch March 3, 2025 12:21
Copy link

sonarqubecloud bot commented Mar 3, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants