Guest User

Untitled

a guest
Jul 15th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. generator:
  2. class: sfDoctrineGenerator
  3. param:
  4. model_class: Transaction
  5. theme: admin
  6. non_verbose_templates: true
  7. with_show: false
  8. singular: ~
  9. plural: ~
  10. route_prefix: transaction
  11. with_doctrine_route: 1
  12.  
  13. config:
  14. actions: ~
  15. fields:
  16. created_at: {credentials: admin}
  17. modified_at: {credentials: admin}
  18. list:
  19. title: Transaction
  20. display: [id, user_id, package, status, completed_at, refunded_at]
  21. filter:
  22. display: [package_id, status, service, referrer, transaction_id, completed_at, refunded_at, refund_transaction_id]
  23. form: ~
  24. edit:
  25. display:
  26. user_id: {type: plain}
  27. new: ~
Add Comment
Please, Sign In to add comment