From eb4c996c3702df3e9060c0635c8a90f7a6eed01b Mon Sep 17 00:00:00 2001 From: Yarik Date: Thu, 21 Jan 2016 17:38:15 +0200 Subject: [PATCH] test --- backend/views/termin/index.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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