Skip to content

Commit

Permalink
#1 birthday added to datagrid
Browse files Browse the repository at this point in the history
  • Loading branch information
digedag committed Oct 9, 2015
1 parent 7f9fe18 commit 08dbf67
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/DMKClub/Bundle/MemberBundle/Resources/config/datagrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ datagrid:
- m.status
- m.paymentOption
- a.city
- c.birthday
- m.createdAt
- m.updatedAt
from:
Expand All @@ -40,6 +41,9 @@ datagrid:
label: dmkclub.member.payment_option.label
city:
label: oro.address.city.label
birthday:
label: orocrm.contact.birthday.label
frontend_type: date
createdAt:
label: oro.ui.created_at
frontend_type: datetime
Expand Down Expand Up @@ -74,6 +78,8 @@ datagrid:
data_name: m.paymentOption
city:
data_name: a.city
birthday:
data_name: c.birthday
createdAt:
data_name: m.createdAt
updatedAt:
Expand Down Expand Up @@ -108,6 +114,9 @@ datagrid:
type: string
enabled: false
data_name: a.city
birthday:
type: date
data_name: c.birthday
createdAt:
type: datetime
data_name: m.createdAt
Expand Down

0 comments on commit 08dbf67

Please sign in to comment.