Reviewed & tested by the community
Project:
Automatic Entity Label
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2022 at 09:16 UTC
Updated:
2 Apr 2026 at 19:15 UTC
Jump to comment: Most recent
Comments
Comment #2
unstatu commentedComment #4
unstatu commentedJust noticed that the error was in 8.x-3.0-beta4. Not sure if it's already fixed in the dev branch. Will check.
Anyway, for anyone interested, I have created a MR that will work for beta4: https://git.drupalcode.org/project/auto_entitylabel/-/merge_requests/8
Comment #7
unstatu commentedI have checked that the bug persists on the version 3. I have updated the MR for this version.
Comment #8
anybodySeems like this is related: #3243193: Re-save for labels in multiple languages only affects the original language or even similar?
Comment #9
anybodyComment #10
dqdYaiks! I missed that one completely. Thanks for the wake up call @anybody - What do we need to move on?
Comment #11
anybody@dqd thanks, see comment!
Comment #13
liam morlandIssued raised by comments addressed.
There is one failure on phpunit (next minor). This not caused by the change in this issue.
Has any version of this worked for people? When I have tried it, it does save all the translations but the generated values are all in the site's default language. This may be because the tokens we're using refer to entity references and so the targets of the references are not translated even if the entity itself is.
Comment #14
benstallings commentedApologies, I posted on the wrong issue.
Comment #15
benstallings commentedComment #16
benstallings commentedClaude Code says:
Verdict: The logic is correct and well-scoped. The only actionable item for this branch is renaming $translatedEntity → $translated_entity to follow Drupal coding standards.
Comment #17
liam morlandIt seems to me that the RTBC status is to be set when the code has been reviewed and tested by people, not by an AI.
Comment #18
benstallings commentedI (a person) also reviewed the code. :) But I thought Claude put it better.