views.view.workflow_entity_history.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. label: 'Workflow Entity history'
  2. description: 'Enable this View to configure the history tab.'
  3. display:
  4. default:
  5. display_title: Master
  6. display_options:
  7. exposed_form:
  8. options:
  9. submit_button: Apply
  10. reset_button_label: Reset
  11. exposed_sorts_label: 'Sort by'
  12. sort_asc_label: Asc
  13. sort_desc_label: Desc
  14. pager:
  15. options:
  16. expose:
  17. items_per_page_label: 'Items per page'
  18. items_per_page_options_all_label: '- All -'
  19. offset_label: Offset
  20. tags:
  21. previous: ‹‹
  22. next: ››
  23. fields:
  24. hid:
  25. label: 'Transition ID'
  26. separator: ', '
  27. timestamp:
  28. label: Timestamp
  29. separator: ', '
  30. field_name:
  31. label: 'Field name'
  32. separator: ', '
  33. from_sid:
  34. label: 'From state'
  35. separator: ', '
  36. to_sid:
  37. label: 'To state'
  38. separator: ', '
  39. uid:
  40. label: 'User ID'
  41. separator: ', '
  42. comment:
  43. label: 'Log message'
  44. separator: ', '
  45. operations:
  46. label: Operations
  47. arguments:
  48. entity_id:
  49. exception:
  50. title: All
  51. title: 'Workflow history'
  52. workflow_history_tab:
  53. display_title: 'Workflow history tab'
  54. display_options:
  55. display_description: 'Replaces the transition list in the Workflow tab.'