Hello and thank you for a great theme :)

This is hardly a bug because it doesn't affect functionality in negative ways, but I recently noticed that the sidebar tray is missing some styles on taxonomy content_translation_add routes (see screenshot). The specific route check is performed in .theme by _thunder_admin_enable_sidebar_tray and contains the following switch case:

switch ($route->getRouteName()) {
    case 'entity.taxonomy_term.add_form':
    case 'node.add':
    case 'entity.node.content_translation_add':
      $result = TRUE;
  }

Fix

Adding 'entity.taxonomy_term.content_translation_add' to this list resolves the issue.

CommentFileSizeAuthor
Bildschirmfoto 2020-06-02 um 17.16.23.png235.43 KBAntoniya
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Antoniya created an issue. See original summary.

Antoniya’s picture

Issue tags: -thunder
volkerk’s picture

  • volkerk authored a906cc0 on 8.x-3.x
    Issue #3144868 by Antoniya, chr.fritsch: Add taxonomy translation route...

volkerk’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.