Content moderation options in entity translations
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3531534. --> Reported by: [valthebald](https://www.drupal.org/user/239562) Related to !702 !696 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>For one-click entity translations, the content flow (without using other modules like tmgmt) is hard-coded: "published" state of newly created translation is taken from from original entity, entity translation is created and user is redirected to the content translation overview. Also, AI Translate can only create entirely missing translations, but not to update translations of certain fields.</p> <h3 id="summary-ui-changes">Proposed resolution</h3> <ul> <li>Add "Translation status" setting in AI Translate settings form. Possible values "keep the status of original entity" and "create translation in draft status". Sub question: should this be global setting, or global setting + per entity/bundle settings?</li> <li>Add (wording TBD) setting on what to do after creating a new translation: return to content translation overview, or go to edit translation form</li> </ul> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Add (wording TBD) setting on what to do after creating a new translation: return to content translation overview, or go to edit translation form</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>2 new settings in the schema of ai_settings config entity, need to update the defaults.</p> > Related issue: [Issue #3150294](https://www.drupal.org/node/3150294) > Related issue: [Issue #3528530](https://www.drupal.org/node/3528530)
issue