Skip to content

Commit

Permalink
Fix id value on grids
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed May 15, 2023
1 parent a01d814 commit 16e1d93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/ClientBundle/Resources/config/grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ datagrid:
name: id
label: ID
editable: false
cell: integer
cell: string
name:
name: name
label: Name
Expand Down
6 changes: 3 additions & 3 deletions src/InvoiceBundle/Resources/config/grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ datagrid:
name: id
label: ID
editable: false
cell: integer
cell: string
status:
name: status
label: Status
Expand Down Expand Up @@ -147,7 +147,7 @@ datagrid:
name: id
label: ID
editable: false
cell: integer
cell: string
status:
name: status
label: Status
Expand Down Expand Up @@ -240,7 +240,7 @@ datagrid:
name: id
label: ID
editable: false
cell: integer
cell: string
status:
name: status
label: Status
Expand Down
2 changes: 1 addition & 1 deletion src/QuoteBundle/Resources/config/grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ datagrid:
name: id
label: ID
editable: false
cell: integer
cell: string
status:
name: status
label: Status
Expand Down
2 changes: 1 addition & 1 deletion src/TaxBundle/Resources/config/grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ datagrid:
name: id
label: ID
editable: false
cell: integer
cell: string
name:
name: name
label: Name
Expand Down

0 comments on commit 16e1d93

Please sign in to comment.