Added http_status in Entry entity

This commit is contained in:
Nicolas Lœuillet
2016-11-18 15:09:21 +01:00
parent b060fbdfe7
commit 10b3509757
23 changed files with 172 additions and 0 deletions

View File

@ -90,6 +90,9 @@ class EntryFilterType extends AbstractType
},
'label' => 'entry.filters.domain_label',
])
->add('httpStatus', TextFilterType::class, [
'label' => 'entry.filters.http_status_label',
])
->add('isArchived', CheckboxFilterType::class, [
'label' => 'entry.filters.archived_label',
])