diff --git a/backend/views/termin/index.php b/backend/views/termin/index.php index c65c4ef..8ba5351 100644 --- a/backend/views/termin/index.php +++ b/backend/views/termin/index.php @@ -32,6 +32,7 @@ $this->params['breadcrumbs'][] = $this->title; 'attribute' => 'termin_parent_title', 'value' => 'terminStructures.parent.terminLangs.termin_title', 'content' => function($model, $key, $index, $column) { + var_dump($model); return $model->terminStructures[0]->parent->terminLangs[0]->termin_title; } ], -- libgit2 0.21.4