schmunk42 / yii2-giiant

Yii 2 Framework Code Generator Gii on Steroids
271 stars 120 forks source link

Relations empty in index view #217

Open luizcelso opened 7 years ago

luizcelso commented 7 years ago

Hello, many thanks for the Giiant!

When I create the crud, the relations dropdown in the index view is empty. I'm using the latest master version. Here the code with empty relations. <?= \yii\bootstrap\ButtonDropdown::widget( [ 'id' => 'giiant-relations', 'encodeLabel' => false, 'label' => ' ' . Yii::t('cruds', 'Relations'), 'dropdown' => [ 'options' => [ 'class' => 'dropdown-menu-right' ], 'encodeLabels' => false, 'items' => [

] ], 'options' => [ 'class' => 'btn-default' ] ] ); ?>