kKEo / yiiclipse

Eclipse PDT extension for Yii framework
yiiclipse.maziarz.org
6 stars 4 forks source link

Navigation from CListView derived widget does not work #3

Closed kKEo closed 11 years ago

kKEo commented 11 years ago

In the following case:

$this->widget('TableListView', array(
        'dataProvider' => $dataProvider,
        'itemView' => '_groupItemTable',..

where TableListView extends CListView

navigation to view item does not work.