yiisoft / yii2-debug

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

debug panel no active link #394

Closed tofers closed 5 years ago

tofers commented 5 years ago

What steps will reproduce the problem?

Open /debug/default/index

| Tag |

1 | 5d0cab62afa68 | 2

Tag no active link

What's expected?

Click to tag and open problem

What do you get instead?

vendor/yiisoft/yii2-debug/src/views/default/index.php [ 'attribute' => 'tag', 'value' => function ($data) { return Html::a($data['tag'], ['view', 'tag' => $data['tag']]); }, 'format' => 'html', ],

to

[ 'attribute' => 'tag', 'value' => function ($data) { return Html::a($data['tag'], ['view', 'tag' => $data['tag']]); }, 'format' => 'raw', ],

change format html to raw, and link active

Additional info

Q A
Yii version 2.0.21
PHP version 7.1.29
Operating system Censos
machour commented 5 years ago

Can you provide the HTML output for both cases ? (html & raw)

samdark commented 5 years ago

I cannot reproduce it.

image

yii-bot commented 5 years ago

It has been 2 or more weeks with no response on our request for more information. In order for our issue tracker to be effective, we are closing this issue.

If you want it to be reopened again, feel free to supply us with the requested information.

Thanks!

This is an automated comment, triggered by adding the label expired.