- Issue created by @recrit
- Status changed to Needs review
over 1 year ago 6:20pm 31 January 2024 - last update
over 1 year ago 38 pass, 2 fail - πΊπΈUnited States recrit
The attached patch updates
\Drupal\diff\Controller\PluginRevisionController::getRevisionIds()
to filter the query by "langcode" and "revision_translation_affected" The last submitted patch, 2: diff-3418442-2-filter-by-langcode.patch, failed testing. View results β
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- last update
over 1 year ago 38 pass, 2 fail - Status changed to Needs review
over 1 year ago 9:39pm 31 January 2024 - last update
over 1 year ago 39 pass - πΊπΈUnited States recrit
updated the patch to check if the entity type is translatable before adding the new conditions to the query
- last update
over 1 year ago 39 pass - πΊπΈUnited States recrit
Updates to the patch: Remove loading all revisions - This is no longer needed since the query is already filtered by language and translation affected.
- Merge request !109updates to properly handle language filtering with 8.x-1.8+ β (Open) created by recrit
- πΊπΈUnited States recrit
Use the MR 109 for the latest changes applied to 1.8+. Attached is a static patch of the MR to use for composer builds.
- πΊπΈUnited States recrit
code cleanup complete.
Attached is a static patch of the MR to use for composer builds. - Merge request !1102.x Revisions controller getRevisionIds() should filter by language β (Open) created by recrit