1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 01:24:25 +02:00

Flextype Box Plugin: Admin #125 #117

- Fieldsets Controller/Views implementation
This commit is contained in:
Awilum
2019-06-01 20:39:13 +03:00
parent 57ce16603d
commit df31ef0fe5

View File

@@ -15,7 +15,7 @@ class FieldsetsController extends Controller
'plugins/admin/views/templates/extends/fieldsets/index.html',
[
'menu_item' => 'fieldsets',
'fieldsets_list' => $this->fieldsets->fetchList(),
'fieldsets_list' => $this->fieldsets->fetchAll(),
'links' => [
'fieldsets' => [
'link' => $this->router->pathFor('admin.fieldsets.index'),
@@ -41,7 +41,7 @@ class FieldsetsController extends Controller
'plugins/admin/views/templates/extends/fieldsets/add.html',
[
'menu_item' => 'fieldsets',
'fieldsets_list' => $this->fieldsets->fetchList(),
'fieldsets_list' => $this->fieldsets->fetchAll(),
'links' => [
'fieldsets' => [
'link' => $this->router->pathFor('admin.fieldsets.index'),