Skip to content

Commit

Permalink
pyroma
Browse files Browse the repository at this point in the history
  • Loading branch information
eikichi18 committed Dec 2, 2024
1 parent 468e701 commit 69d6b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog
------------------

- Add patch for SlateBlockLinksRetriever.
[eikichi18]
[eikichi18]


5.6.3 (2024-12-02)
Expand Down
3 changes: 2 additions & 1 deletion src/redturtle/volto/monkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ def iterate_children(value):

def plone_restapi_blocks_linkintegrity_slateblocklinksretriever_call(self, block):
"""
plone.restapi.blocks_linkintegrity.SlateBlockLinksRetriever.__call__ patch
plone.restapi.blocks_linkintegrity.SlateBlockLinksRetriever.__call__
patch
"""
value = (block or {}).get(self.field, [])
children = iterate_children(value or [])
Expand Down

0 comments on commit 69d6b53

Please sign in to comment.