Commit 8d2dca3fc64747a810800d047499a58a83c0f468
1 parent
f3a5cf05
tile fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/views/tile/view.php
| @@ -29,7 +29,7 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -29,7 +29,7 @@ $this->params['breadcrumbs'][] = $this->title; | ||
| 29 | 'model' => $model, | 29 | 'model' => $model, |
| 30 | 'attributes' => [ | 30 | 'attributes' => [ |
| 31 | 'id', | 31 | 'id', |
| 32 | - 'slider_id', | 32 | + 'link', |
| 33 | 'status:boolean', | 33 | 'status:boolean', |
| 34 | 'sort', | 34 | 'sort', |
| 35 | 'image_id', | 35 | 'image_id', |