- Issue created by @jphuxley
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.3 & MySQL 5.7last update
over 1 year ago Not currently mergeable. - @jphuxley opened merge request.
- last update
over 1 year ago 30 pass, 2 fail - last update
over 1 year ago 30 pass, 4 fail - 🇬🇧United Kingdom jphuxley
In hindsight, happy to move this to 3227907 as I don't think we need two issues for this.
- last update
over 1 year ago 39 pass - last update
over 1 year ago 41 pass - Status changed to Needs review
over 1 year ago 9:57am 10 May 2023 - last update
over 1 year ago 41 pass - last update
over 1 year ago 41 pass - last update
over 1 year ago 41 pass - 🇬🇧United Kingdom jphuxley
Adding new version of the patch which also takes in to account the issue described here (another core issue): https://www.drupal.org/project/drupal/issues/3092558 🐛 Revisions log on translated nodes should not show original language revisions, should show revisions of translated content RTBC
This only affects new translations that only have draft revisions and no published version - core Drupal will display the default language revision page which is confusing for the user.
I've moved the changes from the latest patch across to this patch and also added a fallback which checks if the there is no current revision (as per the new method) and the node is unpublished; in this case we need to assume the first revision is the latest because they should all be drafts and there will be no revision_default.
- last update
over 1 year ago 41 pass - last update
over 1 year ago 41 pass - 🇬🇧United Kingdom jphuxley
Another slight tweak - this time to fix an issue with the current revision link going to the wrong place in certain scenarios. If there are no published revisions we want to point it at the revision (as the 'view' tab will display the published version, and this is a draft revision), otherwise we want it to link to the same as the 'view' tab.
- last update
about 1 year ago 41 pass - last update
about 1 year ago 41 pass - last update
10 months ago 39 pass - Status changed to Needs work
6 months ago 12:24am 20 May 2024 - First commit to issue fork.