- Issue created by @sanduhrs
- Assigned to drupalviking
- 🇮🇸Iceland drupalviking
So this seems to be a bug outside of l10n. I found that one of the incidents is being added via the Group module, still haven't found what's responsible for the other, most likely it's part of a core function. Anyway, I'm closing this issue, it's not part of l10n_server.
- 🇮🇸Iceland drupalviking
The Group module seems to add another Revision local task in group.link.tasks.yml, creating a duplicate task in the Primary Tabs.
- 🇵🇹Portugal HLopes
Seems like it's due to core changes.
One is defined in the group module links.task.yml, the other is coming from the VersionHistoryLocalTasks deriver due to the presence of a version-history link template in the group entity.
Check also the note in node.module node_local_tasks_alter.
- 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
So apparently this is going to be handled by core in the future and group's local task can be removed.
See https://git.drupalcode.org/project/drupal/-/blob/10.2.x/core/modules/nod... - Status changed to Closed: duplicate
12 months ago 9:44am 21 November 2023 - 🇳🇱Netherlands idebr
This issue is also reported in 🐛 Drupal 10.1: Revisions tab appears twice on Groups Needs review . I'll close this issue as a duplicate as the other issue has a more elaborate issue summary and a patch that fixes the issue.