Bulk translation: only first item gets translated
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3542894. --> Reported by: [pfrenssen](https://www.drupal.org/user/382067) Related to !43 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When submitting a bulk translation, the first item gets translated multiple times, but the remaining items are not translated.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Enable the Content Entity Source module.</li> <li>Prepare a taxonomy vocabulary with 5 untranslated terms.</li> <li>Go to /admin/tmgmt/sources and choose "Taxonomy term" as the content source, and filter on the prepared vocabulary.</li> <li>In the source list, select all 5 terms and press "Request translation".</li> <li>Select the DeepL API provider and press "Submit to provider".</li> </ol> <p><strong>Expected result</strong>: All 5 terms are translated.</p> <p><strong>Actual result</strong>: The first term is translated 5 times in a row. The remaining 4 terms are not translated.</p> <p>This is how it looks in the job detail page:</p> <p><img src="https://www.drupal.org/files/issues/2025-08-25/tmgmt_deepl_bulk_process.png"></p>
issue