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