nette / bootstrap

🅱 The simple way to configure and bootstrap your Nette application.
https://doc.nette.org/bootstrap
Other
668 stars 36 forks source link

The User panel inside Debugger Bar is not displaying since Nette 2.2.4 #28

Closed radekdostal closed 9 years ago

radekdostal commented 9 years ago

In comparsion with Nette 2.2.3, in generated class SystemContainer (inside temp/cache directory), this line of code is missing inside public function initialize():

Nette\Bridges\Framework\TracyBridge::initialize();

Maybe, this is the reason: https://github.com/nette/bootstrap/commit/961b58a41472014e93c4d86d5647bcebc7849a5e

milo commented 9 years ago

Fixed by https://github.com/nette/security/pull/10 ?

radekdostal commented 9 years ago

Yes, this fix helped.