halo-dev / halo

强大易用的开源建站工具。
https://www.halo.run
GNU General Public License v3.0
33.45k stars 9.62k forks source link

fix: incorrect post display when linking or unlinking hidden categories #6204

Closed guqing closed 3 months ago

guqing commented 3 months ago

What type of PR is this?

/kind bug /area core /milestone 2.17.x

What this PR does / why we need it:

修复文章关联或取消关联隐藏分类后显示不正确的问题

Which issue(s) this PR fixes:

Fixes #6194 Fixes #6195

Does this PR introduce a user-facing change?

修复文章关联或取消关联隐藏分类后显示不正确的问题
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 28.57143% with 10 lines in your changes missing coverage. Please review.

Project coverage is 57.04%. Comparing base (bc10336) to head (c8b8726). Report is 30 commits behind head on main.

Files Patch % Lines
.../app/core/extension/reconciler/PostReconciler.java 40.00% 5 Missing and 1 partial :warning:
.../core/extension/reconciler/CategoryReconciler.java 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6204 +/- ## ============================================ + Coverage 54.51% 57.04% +2.53% - Complexity 3523 3719 +196 ============================================ Files 646 651 +5 Lines 21862 22054 +192 Branches 1528 1543 +15 ============================================ + Hits 11917 12581 +664 + Misses 9328 8866 -462 + Partials 617 607 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

f2c-ci-robot[bot] commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: LIlGG, ruibaby

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/halo-dev/halo/blob/main/OWNERS)~~ [ruibaby] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment