Skip to content

Commit

Permalink
add code,startAt,endAt field to grid + add code and name filters
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherhero committed Jul 17, 2023
1 parent a21f389 commit abb7190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/grids/admin/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ sylius_grid:
type: string
label: sylius.ui.code
options:
fields: [ customer.email ]
fields: [ code ]
name:
type: string
label: sylius.ui.search
label: sylius.ui.name
options:
fields: [translations.name]

0 comments on commit abb7190

Please sign in to comment.