From 45f612089cf411a475f09a998f6a00ec4d892767 Mon Sep 17 00:00:00 2001 From: Yarik Date: Thu, 21 Jan 2016 17:38:37 +0200 Subject: [PATCH] test --- backend/views/termin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/views/termin/index.php b/backend/views/termin/index.php index 8ba5351..da09968 100644 --- a/backend/views/termin/index.php +++ b/backend/views/termin/index.php @@ -33,7 +33,7 @@ $this->params['breadcrumbs'][] = $this->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; + return 1; //$model->terminStructures[0]->parent->terminLangs[0]->termin_title; } ], 'termin_name', -- libgit2 0.21.4