Skip to content

Commit

Permalink
Deploy preview for PR 2345 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Aug 21, 2024
1 parent 561f1e8 commit 106b1e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pr-preview/pr-2345/search/search_index.json

Large diffs are not rendered by default.

Binary file modified pr-preview/pr-2345/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pr-preview/pr-2345/user-documentation/extending/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3259,7 +3259,7 @@ <h4 id="prevent-orphaned-entity-relationships">Prevent orphaned entity relations
<li><a href="https://github.com/discoverygarden/entity_reference_integrity_extra">Entity Reference Integrity Extras</a></li>
<li><a href="https://www.drupal.org/project/entity_reference_purger">Entity Reference Purger</a></li>
</ul>
<p>Normally when deleting content (nodes, taxonomy terms, etc), any content that references the deleted entity isn't altered so you end up with orphan/zombie references, which are visible in the JSON representation but invisible otherwise. With Entity Reference Integrity's submodule (<code>entity_refefrence_integrity_enforce</code>), you won't be able to delete content that's referenced from elsewhere, preserving your database integrity.</p>
<p>Normally when deleting content (nodes, taxonomy terms, etc), any content that references the deleted entity isn't altered so you end up with orphan/zombie references, which are visible in the JSON representation but invisible otherwise. With Entity Reference Integrity's submodule (<code>entity_reference_integrity_enforce</code>), you won't be able to delete content that's referenced from elsewhere, preserving your database integrity.</p>
<p>Because the Drupal module doesn't play with Typed Relation fields, DGI's <code>entity_reference_integrity_extras</code> module is useful. </p>
<p>Alternatively, Entity Reference Purger takes care of deleting the references on entity delete. Warning: it is unknown whether Entity Reference Purger respects whether the user has permission to edit the referencing entity/field. There are open issues that it does not work well with Workflow (see Content Mangagement Workflows below) or translation. The module is not covered by the security badge.</p>
<h4 id="content-management-workflows">Content Management Workflows<a class="headerlink" href="#content-management-workflows" title="Permanent link">&para;</a></h4>
Expand Down

0 comments on commit 106b1e5

Please sign in to comment.