how to enable the user session icon on tracy

Notice: This thread is very old.
alnux
Member | 139
+
0
-

Hi there my question is how to enable the user session params on tracy ???? becouse from the lastest nette version 2.2.6 i cant see the person icon on tracy that show me the user params session

David Kudera
Member | 455
+
+1
-

what an coincidence… I was debugging that for a few hours today and then, I remembered one commit at nette/security and bingo… So you need to use older version of nette (2.2.3), new version of nette/security, which is already fixed (but you will also need new version of tracy) or dev version of nette itself.

Edit: or get over it like myself… at least for today

Last edited by David Kudera (2014-12-16 23:01)

alnux
Member | 139
+
0
-

thanks thats fix it

David Kudera
Member | 455
+
0
-

Oh, I forgot to mention probably the most simple (temporary) solution, which is just extending that class, make your changes and then register it on your own..