- Issue created by @mstrelan
- 🇭🇺Hungary mxr576 Hungary
Could this be caused by #2741937: Removed paragraph entities are not deleted from database → -> ✨ [META] Remove obsolete composite entities from existing storage (garbage collection) Active ?
We have a react app querying for paragraphs using the /jsonapi/paragraph/PARAGRAPH_TYPE
endpoint. When a paragraph is removed from a node we expect the paragraph status to be 0, but it remains as 1, so it appears in the JSON API response.
/jsonapi/paragraph/location
as an anonymous userPerhaps when a paragraph is removed from a node revision, a new paragraphs revision should be created with status = 0 and that should be the default revision for the paragraph.
Active
1.0
Code
Could this be caused by #2741937: Removed paragraph entities are not deleted from database → -> ✨ [META] Remove obsolete composite entities from existing storage (garbage collection) Active ?