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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user