Skip to content
Code-Schnipsel Gruppen Projekte

fix: Do not cache menu control.

Zusammengeführt Michael Danielczok requested to merge dev into master
1 Datei
+ 1
0
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
@@ -41,6 +41,7 @@ class SidebarDropDownMenu extends QUI\Control
parent::__construct($attributes);
$this->setAttribute('class', 'quiqqer-sidebar-dropdown-navigation');
$this->setAttribute('cacheable', false);
}
/**
Lade