phpdebugbar
phpdebugbar copied to clipboard
Ajax requests are not considered
When using ajax requests these requests are not integrated into debugbar, because they are not considered.
This Pullrequest fixes this ( PR 40 ).
Do you have a timeframe when this will be merged and released?
Its rendered in my application, the bars are stacked one on top of the other so you end up with one for the original request, then it stacks one for each ajax request or at least that is the behavior I was getting.
Yes, correct. But this is faulty and this PR fixes that. As the debugbar module can handle ajax requests, but this bridge does not use that funcionality. The PR adds that needed parameters.
[offtopic] I thought it was ironic we used the same exact variable name: isAjax. [/offtopic]
The PR is not from me, but yes I did notice that. ;-)