Commit 8d2dca3fc64747a810800d047499a58a83c0f468

Authored by Volodymyr
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 29 'model' => $model,
30 30 'attributes' => [
31 31 'id',
32   - 'slider_id',
  32 + 'link',
33 33 'status:boolean',
34 34 'sort',
35 35 'image_id',
... ...