yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
201 stars 149 forks source link

Do not crash on data without status code #461

Closed przepompownia closed 2 years ago

przepompownia commented 3 years ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Tests pass? ✔️
przepompownia commented 3 years ago

This fixes bug on data coming from badly written actions.

samdark commented 3 years ago

@przepompownia how to reproduce it?

samdark commented 3 years ago

Is it possible to add a unit test for it? And... we need a line for CHANGELOG.

przepompownia commented 2 years ago

I usually get this problem on upgrading yii or yii-debug.

This change is safe and IMHO it would be added even without investigating why the panel data can be null.

samdark commented 2 years ago

Thanks.