- π¬π§United Kingdom jeremyskinner
Patch from #4 no longer applies with Core 10.3. I've attached a re-roll.
Drupal currently only supports two levels of local tasks because there is not recursive checking of route parents.
There is already a @todo
to this effect in Drupal\Core\Menu\LocalTaskManager::getLocalTasksForRoute()
.
Do a recursive check on the local task 'parent_id' check rather than just checking one level of parents.
Needs work
11.0 π₯
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Patch from #4 no longer applies with Core 10.3. I've attached a re-roll.