Commit 45f612089cf411a475f09a998f6a00ec4d892767
1 parent
eb4c996c
test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/views/termin/index.php
@@ -33,7 +33,7 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -33,7 +33,7 @@ $this->params['breadcrumbs'][] = $this->title; | ||
33 | 'value' => 'terminStructures.parent.terminLangs.termin_title', | 33 | 'value' => 'terminStructures.parent.terminLangs.termin_title', |
34 | 'content' => function($model, $key, $index, $column) { | 34 | 'content' => function($model, $key, $index, $column) { |
35 | var_dump($model); | 35 | var_dump($model); |
36 | - return $model->terminStructures[0]->parent->terminLangs[0]->termin_title; | 36 | + return 1; //$model->terminStructures[0]->parent->terminLangs[0]->termin_title; |
37 | } | 37 | } |
38 | ], | 38 | ], |
39 | 'termin_name', | 39 | 'termin_name', |