k9606 โ created an issue.
fix #30
I have a multilingual site, but my background admin page uses only one language, using '$current_language_code = $this->languageManager->getCurrentLanguage()->getId(); 'will not get the exact language, So I'll change it to '$current_language_code = $this->languageManager->getCurrentLanguage(LanguageInterface::TYPE_URL)->getId();' , using the url to determine the language.
reference resources: https://www.drupal.org/project/events_log_track/issues/3187605 ๐ The site will be broken when deleting translation of menu link Fixed #3
k9606 โ created an issue.
ๆไฝฟ็จไบadmin_audit_trail, ๆ้ๅฐไบๅๆ ทๅฐ้ฎ้ข, ไฟฎๆนๆนๅผไนไธๆ ท, ๅชๆฏๆไปถไธไธๆ ท.
When I used the two patches at the same time, I merged them because the number of lines conflicted, See 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 #19. (Conflict: this page #17 and 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 #17)
When I used the two patches at the same time, I merged them because the number of lines conflicted.(this page #17 and https://www.drupal.org/project/drupal/issues/3006897 ๐ Impossible to delete published translations on unpublished nodes Needs work #17)