1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 15:44:49 +02:00

Admin Panel: Entries Manager - added ability to ignore fieldsets with empty fields

This commit is contained in:
Awilum
2019-01-26 02:35:37 +03:00
parent cfe3bd5bcd
commit a05ba4067d

View File

@@ -97,7 +97,7 @@ class EntriesManager
}
Themes::view('admin/views/templates/content/entries/add')
->assign('fieldsets', Themes::getFieldsets())
->assign('fieldsets', Themes::getFieldsets(false))
->assign('entries_list', Entries::getEntries('', 'slug'))
->display();
break;