Skip to content

Commit

Permalink
Fix create/update dates in backend order update
Browse files Browse the repository at this point in the history
Also disiables the fields, as they're handled automatically
  • Loading branch information
dshoreman committed Oct 17, 2014
1 parent 440e8b2 commit cea2b83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions models/order/fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ fields:
label: Order ID
span: left
disabled: true
createdAt:
created_at:
label: Date placed
span: right
updatedAt:
disabled: true
updated_at:
label: Date updated
span: right
disabled: true
status:
label: Current Status
type: dropdown
Expand Down

0 comments on commit cea2b83

Please sign in to comment.