"Found config field current_translation_only in" … errors when running ECA updates
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3546530. -->
Reported by: [mlncn](https://www.drupal.org/user/64383)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>This is almost certainly not the "fault" of ECA but it is triggered when running updates so filing here for visibility and in the hopes that somebody knows what is going on.</p>
<p>When ECA runs <code>eca_update_8011()</code> on a site with core content moderation and also (maybe this is also relevant) <a href="https://www.drupal.org/project/moderated_content_bulk_publish">Moderated Content Bulk Publish</a> module, it produces a series of error messages like this:</p>
<pre>> [notice] Update started: eca_update_8011<br>> [error] Found config field current_translation_only in node_assign_owner_moderated_action with non-supported value. <br>> [error] Found config field current_translation_only in draft_current_revision_action with non-supported value. <br>> [error] Found config field current_translation_only in pin_content_action with non-supported value. <br>> [error] Found config field current_translation_only in publish_latest_revision_action with non-supported value. <br>> [error] Found config field current_translation_only in node_save_moderated_action:block_content with non-supported value. <br>> [error] Found config field current_translation_only in node_save_moderated_action:node with non-supported value. <br>> [error] Found config field current_translation_only in node_save_moderated_action:menu_link_content with non-supported value. <br>> [error] Found config field current_translation_only in node_save_moderated_action:file with non-supported value. <br>> [error] Found config field current_translation_only in node_save_moderated_action:give_donation with non-supported value. <br>> [error] Found config field current_translation_only in node_save_moderated_action:media with non-supported value. <br>> [error] Found config field current_translation_only in node_save_moderated_action:entity_subqueue with non-supported value. <br>> [error] Found config field current_translation_only in node_save_moderated_action:taxonomy_term with non-supported value. <br>> [error] Found config field current_translation_only in node_save_moderated_action:user with non-supported value. <br>> [error] Found config field current_translation_only in node_save_moderated_action:indieweb_webmention with non-supported value. <br>> [error] Found config field current_translation_only in unpin_content_action with non-supported value. <br>> [error] Found config field current_translation_only in unpublish_current_revision_action with non-supported value. <br>> [notice] Update completed: eca_update_8011</pre><p>The logs italicize "current_translation_only" and the action such as "node_save_moderated_action:taxonomy_term" nicely but do not provide more information.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue