Skip to content

Fix debugbar

Nick Sellen requested to merge fix-debugbar into master

What does this MR do?

The DebugBar was broken, I fixed it. It is enabled only in development and can show you the database queries that are made during the request (only the initial request, later XHR calls are not included).

I don't know if the DebugBar is actually very useful, but there we go!

debugbar

How confident are you it won't break things if deployed?

I changed the symfony services configuration, which sometimes causes weird fuck-ups, but I think it should be ok...

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible... hard to subject this part to tests
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
  • Once your MR has been merged, you are responsible to update the #foodsharing-beta Slack channel about what has been changed here. They will test your work in different browsers, roles or other settings
Edited by Chris Oelmueller

Merge request reports