Skip to content

Commit

Permalink
want to support filters/exports/show in list
Browse files Browse the repository at this point in the history
  • Loading branch information
pomaxa committed Apr 28, 2023
1 parent cd2272e commit 55dd986
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Admin/ApplicationAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ protected function configureDatagridFilters(DatagridMapper $datagridMapper): voi
->add('attender.fieldOfWork')
->add('attender.company')
->add('isPayed')
->add('wantToSupport')
->add('dayOfArrival')
->add('createdAt')
->add('updatedAt')
Expand All @@ -62,6 +63,7 @@ protected function configureListFields(ListMapper $listMapper): void
->add('attender.fieldOfWork')
->add('attender.company')
->add('isPayed')
->add('wantToSupport')
->add('dayOfArrival')
->add('createdAt')
->add('updatedAt')
Expand Down Expand Up @@ -132,6 +134,7 @@ protected function configureShowFields(ShowMapper $showMapper): void
->add('accommodation')
->add('accommodationComments')
->add('applicationStatus')
->add('wantToSupport')
->add('isPayed')
->add('dayOfArrival')
->add('createdAt')
Expand All @@ -155,6 +158,7 @@ protected function configureExportFields(): array
'accommodationComments',
'applicationStatus',
'dayOfArrival',
'wantToSupport',
'isPayed',
'createdAt',
'updatedAt',
Expand Down

0 comments on commit 55dd986

Please sign in to comment.