Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Jul 14, 2025

Backport of PR #7448

`render` is called first.
It awaits the import of `FilesHeaderRichWorkspaceView`.
`updated` is called in the meantime.
It failed during the if block as `FilesHeaderRichWorkspaceInstance` is not available yet.
`render` continues with the folder it started with, which had no workspace.

Signed-off-by: Max <max@nextcloud.com>
@backportbot backportbot bot requested a review from skjnldsv July 14, 2025 17:28
@backportbot backportbot bot added this to the Nextcloud 31.0.8 milestone Jul 14, 2025
@max-nextcloud max-nextcloud enabled auto-merge July 14, 2025 17:28
@codecov
Copy link

codecov bot commented Jul 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.46%. Comparing base (9bf1e34) to head (80016bb).
Report is 5 commits behind head on stable31.

Additional details and impacted files
@@            Coverage Diff            @@
##           stable31    #7449   +/-   ##
=========================================
  Coverage     58.46%   58.46%           
=========================================
  Files           289      289           
  Lines         36265    36266    +1     
  Branches        839      839           
=========================================
+ Hits          21203    21204    +1     
  Misses        14943    14943           
  Partials        119      119           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@max-nextcloud max-nextcloud merged commit 9e480ec into stable31 Jul 14, 2025
64 checks passed
@max-nextcloud max-nextcloud deleted the backport/7448/stable31 branch July 14, 2025 17:37
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.

3 participants