collective / collective.cover

A sane, working, editor-friendly way of creating front pages and other composite pages. Working now, for mere mortals.
48 stars 55 forks source link

Fix link integrity #919

Closed wesleybl closed 2 years ago

wesleybl commented 2 years ago

In Plone 5, link integrity checks relationships through RelationValue, not through objects themselves.

Fixes #615

codecov-commenter commented 2 years ago

Codecov Report

Merging #919 (6b55d22) into master (6f68608) will increase coverage by 0.01%. The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #919      +/-   ##
==========================================
+ Coverage   85.27%   85.29%   +0.01%     
==========================================
  Files          45       45              
  Lines        2825     2835      +10     
==========================================
+ Hits         2409     2418       +9     
- Misses        416      417       +1     
Impacted Files Coverage Δ
src/collective/cover/subscribers.py 74.35% <90.90%> (+5.39%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6f68608...6b55d22. Read the comment docs.