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

Fatal error: Getting unknown property: yii\web\GroupUrlRule::name #442

Closed kerneldos closed 3 years ago

kerneldos commented 3 years ago

property name didn't isset in yii\web\GroupUrlRule Object

Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Tests pass? ✔️
Fixed issues #443
bizley commented 3 years ago

You are right about the source of error but the solution you are proposing is not good because it looks like it will eliminate all non-web ones. Let me take a look at this and I'll get back to you.

bizley commented 3 years ago

Thank you for your input. I have prepared https://github.com/yiisoft/yii2-debug/pull/444 for this to include GroupRule's subrule name that matches.