views.view.workflow_entity_history.yml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - workflow
  6. id: workflow_entity_history
  7. label: 'Workflow Entity history'
  8. module: views
  9. description: 'Enable this View to configure the history tab.'
  10. tag: ''
  11. base_table: workflow_transition_history
  12. base_field: hid
  13. core: 8.x
  14. display:
  15. default:
  16. display_plugin: default
  17. id: default
  18. display_title: Master
  19. position: 0
  20. display_options:
  21. access:
  22. type: none
  23. options: { }
  24. cache:
  25. type: tag
  26. options: { }
  27. query:
  28. type: views_query
  29. options:
  30. disable_sql_rewrite: false
  31. distinct: false
  32. replica: false
  33. query_comment: ''
  34. query_tags: { }
  35. exposed_form:
  36. type: basic
  37. options:
  38. submit_button: Apply
  39. reset_button: false
  40. reset_button_label: Reset
  41. exposed_sorts_label: 'Sort by'
  42. expose_sort_order: true
  43. sort_asc_label: Asc
  44. sort_desc_label: Desc
  45. pager:
  46. type: mini
  47. options:
  48. items_per_page: 10
  49. offset: 0
  50. id: 0
  51. total_pages: null
  52. expose:
  53. items_per_page: false
  54. items_per_page_label: 'Items per page'
  55. items_per_page_options: '5, 10, 25, 50'
  56. items_per_page_options_all: false
  57. items_per_page_options_all_label: '- All -'
  58. offset: false
  59. offset_label: Offset
  60. tags:
  61. previous: ‹‹
  62. next: ››
  63. style:
  64. type: table
  65. options:
  66. grouping: { }
  67. row_class: ''
  68. default_row_class: true
  69. override: true
  70. sticky: false
  71. caption: ''
  72. summary: ''
  73. description: ''
  74. columns:
  75. hid: hid
  76. timestamp: timestamp
  77. field_name: field_name
  78. from_sid: from_sid
  79. to_sid: to_sid
  80. uid: uid
  81. comment: comment
  82. operations: operations
  83. info:
  84. hid:
  85. default_sort_order: desc
  86. align: ''
  87. separator: ''
  88. empty_column: false
  89. responsive: ''
  90. timestamp:
  91. align: ''
  92. separator: ''
  93. empty_column: false
  94. responsive: ''
  95. field_name:
  96. align: ''
  97. separator: ''
  98. empty_column: false
  99. responsive: ''
  100. from_sid:
  101. align: ''
  102. separator: ''
  103. empty_column: false
  104. responsive: ''
  105. to_sid:
  106. align: ''
  107. separator: ''
  108. empty_column: false
  109. responsive: ''
  110. uid:
  111. align: ''
  112. separator: ''
  113. empty_column: false
  114. responsive: ''
  115. comment:
  116. align: ''
  117. separator: ''
  118. empty_column: false
  119. responsive: ''
  120. operations:
  121. align: ''
  122. separator: ''
  123. empty_column: false
  124. responsive: ''
  125. default: hid
  126. empty_table: false
  127. row:
  128. type: fields
  129. options:
  130. inline: { }
  131. separator: ''
  132. hide_empty: false
  133. default_field_elements: true
  134. fields:
  135. hid:
  136. id: hid
  137. table: workflow_transition_history
  138. field: hid
  139. relationship: none
  140. group_type: group
  141. admin_label: ''
  142. label: 'Transition ID'
  143. exclude: true
  144. alter:
  145. alter_text: false
  146. text: ''
  147. make_link: false
  148. path: ''
  149. absolute: false
  150. external: false
  151. replace_spaces: false
  152. path_case: none
  153. trim_whitespace: false
  154. alt: ''
  155. rel: ''
  156. link_class: ''
  157. prefix: ''
  158. suffix: ''
  159. target: ''
  160. nl2br: false
  161. max_length: 0
  162. word_boundary: true
  163. ellipsis: true
  164. more_link: false
  165. more_link_text: ''
  166. more_link_path: ''
  167. strip_tags: false
  168. trim: false
  169. preserve_tags: ''
  170. html: false
  171. element_type: ''
  172. element_class: ''
  173. element_label_type: ''
  174. element_label_class: ''
  175. element_label_colon: true
  176. element_wrapper_type: ''
  177. element_wrapper_class: ''
  178. element_default_classes: true
  179. empty: ''
  180. hide_empty: false
  181. empty_zero: false
  182. hide_alter_empty: true
  183. click_sort_column: value
  184. type: number_integer
  185. settings:
  186. thousand_separator: ''
  187. prefix_suffix: true
  188. group_column: value
  189. group_columns: { }
  190. group_rows: true
  191. delta_limit: 0
  192. delta_offset: 0
  193. delta_reversed: false
  194. delta_first_last: false
  195. multi_type: separator
  196. separator: ', '
  197. field_api_classes: false
  198. entity_type: workflow_transition
  199. entity_field: hid
  200. plugin_id: field
  201. timestamp:
  202. id: timestamp
  203. table: workflow_transition_history
  204. field: timestamp
  205. relationship: none
  206. group_type: group
  207. admin_label: ''
  208. label: Timestamp
  209. exclude: false
  210. alter:
  211. alter_text: false
  212. text: ''
  213. make_link: false
  214. path: ''
  215. absolute: false
  216. external: false
  217. replace_spaces: false
  218. path_case: none
  219. trim_whitespace: false
  220. alt: ''
  221. rel: ''
  222. link_class: ''
  223. prefix: ''
  224. suffix: ''
  225. target: ''
  226. nl2br: false
  227. max_length: 0
  228. word_boundary: true
  229. ellipsis: true
  230. more_link: false
  231. more_link_text: ''
  232. more_link_path: ''
  233. strip_tags: false
  234. trim: false
  235. preserve_tags: ''
  236. html: false
  237. element_type: ''
  238. element_class: ''
  239. element_label_type: ''
  240. element_label_class: ''
  241. element_label_colon: true
  242. element_wrapper_type: ''
  243. element_wrapper_class: ''
  244. element_default_classes: true
  245. empty: ''
  246. hide_empty: false
  247. empty_zero: false
  248. hide_alter_empty: true
  249. click_sort_column: value
  250. type: timestamp
  251. settings:
  252. date_format: medium
  253. custom_date_format: ''
  254. timezone: ''
  255. group_column: value
  256. group_columns: { }
  257. group_rows: true
  258. delta_limit: 0
  259. delta_offset: 0
  260. delta_reversed: false
  261. delta_first_last: false
  262. multi_type: separator
  263. separator: ', '
  264. field_api_classes: false
  265. entity_type: workflow_transition
  266. entity_field: timestamp
  267. plugin_id: field
  268. field_name:
  269. id: field_name
  270. table: workflow_transition_history
  271. field: field_name
  272. relationship: none
  273. group_type: group
  274. admin_label: ''
  275. label: 'Field name'
  276. exclude: true
  277. alter:
  278. alter_text: false
  279. text: ''
  280. make_link: false
  281. path: ''
  282. absolute: false
  283. external: false
  284. replace_spaces: false
  285. path_case: none
  286. trim_whitespace: false
  287. alt: ''
  288. rel: ''
  289. link_class: ''
  290. prefix: ''
  291. suffix: ''
  292. target: ''
  293. nl2br: false
  294. max_length: 0
  295. word_boundary: true
  296. ellipsis: true
  297. more_link: false
  298. more_link_text: ''
  299. more_link_path: ''
  300. strip_tags: false
  301. trim: false
  302. preserve_tags: ''
  303. html: false
  304. element_type: ''
  305. element_class: ''
  306. element_label_type: ''
  307. element_label_class: ''
  308. element_label_colon: true
  309. element_wrapper_type: ''
  310. element_wrapper_class: ''
  311. element_default_classes: true
  312. empty: ''
  313. hide_empty: false
  314. empty_zero: false
  315. hide_alter_empty: true
  316. click_sort_column: value
  317. type: string
  318. settings:
  319. link_to_entity: false
  320. group_column: value
  321. group_columns: { }
  322. group_rows: true
  323. delta_limit: 0
  324. delta_offset: 0
  325. delta_reversed: false
  326. delta_first_last: false
  327. multi_type: separator
  328. separator: ', '
  329. field_api_classes: false
  330. entity_type: workflow_transition
  331. entity_field: field_name
  332. plugin_id: field
  333. from_sid:
  334. id: from_sid
  335. table: workflow_transition_history
  336. field: from_sid
  337. relationship: none
  338. group_type: group
  339. admin_label: ''
  340. label: 'From state'
  341. exclude: false
  342. alter:
  343. alter_text: false
  344. text: ''
  345. make_link: false
  346. path: ''
  347. absolute: false
  348. external: false
  349. replace_spaces: false
  350. path_case: none
  351. trim_whitespace: false
  352. alt: ''
  353. rel: ''
  354. link_class: ''
  355. prefix: ''
  356. suffix: ''
  357. target: ''
  358. nl2br: false
  359. max_length: 0
  360. word_boundary: true
  361. ellipsis: true
  362. more_link: false
  363. more_link_text: ''
  364. more_link_path: ''
  365. strip_tags: false
  366. trim: false
  367. preserve_tags: ''
  368. html: false
  369. element_type: ''
  370. element_class: ''
  371. element_label_type: ''
  372. element_label_class: ''
  373. element_label_colon: true
  374. element_wrapper_type: ''
  375. element_wrapper_class: ''
  376. element_default_classes: true
  377. empty: ''
  378. hide_empty: false
  379. empty_zero: false
  380. hide_alter_empty: true
  381. click_sort_column: target_id
  382. type: entity_reference_label
  383. settings:
  384. link: true
  385. group_column: target_id
  386. group_columns: { }
  387. group_rows: true
  388. delta_limit: 0
  389. delta_offset: 0
  390. delta_reversed: false
  391. delta_first_last: false
  392. multi_type: separator
  393. separator: ', '
  394. field_api_classes: false
  395. entity_type: workflow_transition
  396. entity_field: from_sid
  397. plugin_id: field
  398. to_sid:
  399. id: to_sid
  400. table: workflow_transition_history
  401. field: to_sid
  402. relationship: none
  403. group_type: group
  404. admin_label: ''
  405. label: 'To state'
  406. exclude: false
  407. alter:
  408. alter_text: false
  409. text: ''
  410. make_link: false
  411. path: ''
  412. absolute: false
  413. external: false
  414. replace_spaces: false
  415. path_case: none
  416. trim_whitespace: false
  417. alt: ''
  418. rel: ''
  419. link_class: ''
  420. prefix: ''
  421. suffix: ''
  422. target: ''
  423. nl2br: false
  424. max_length: 0
  425. word_boundary: true
  426. ellipsis: true
  427. more_link: false
  428. more_link_text: ''
  429. more_link_path: ''
  430. strip_tags: false
  431. trim: false
  432. preserve_tags: ''
  433. html: false
  434. element_type: ''
  435. element_class: ''
  436. element_label_type: ''
  437. element_label_class: ''
  438. element_label_colon: true
  439. element_wrapper_type: ''
  440. element_wrapper_class: ''
  441. element_default_classes: true
  442. empty: ''
  443. hide_empty: false
  444. empty_zero: false
  445. hide_alter_empty: true
  446. click_sort_column: target_id
  447. type: entity_reference_label
  448. settings:
  449. link: true
  450. group_column: target_id
  451. group_columns: { }
  452. group_rows: true
  453. delta_limit: 0
  454. delta_offset: 0
  455. delta_reversed: false
  456. delta_first_last: false
  457. multi_type: separator
  458. separator: ', '
  459. field_api_classes: false
  460. entity_type: workflow_transition
  461. entity_field: to_sid
  462. plugin_id: field
  463. uid:
  464. id: uid
  465. table: workflow_transition_history
  466. field: uid
  467. relationship: none
  468. group_type: group
  469. admin_label: ''
  470. label: 'User ID'
  471. exclude: false
  472. alter:
  473. alter_text: false
  474. text: ''
  475. make_link: false
  476. path: ''
  477. absolute: false
  478. external: false
  479. replace_spaces: false
  480. path_case: none
  481. trim_whitespace: false
  482. alt: ''
  483. rel: ''
  484. link_class: ''
  485. prefix: ''
  486. suffix: ''
  487. target: ''
  488. nl2br: false
  489. max_length: 0
  490. word_boundary: true
  491. ellipsis: true
  492. more_link: false
  493. more_link_text: ''
  494. more_link_path: ''
  495. strip_tags: false
  496. trim: false
  497. preserve_tags: ''
  498. html: false
  499. element_type: ''
  500. element_class: ''
  501. element_label_type: ''
  502. element_label_class: ''
  503. element_label_colon: true
  504. element_wrapper_type: ''
  505. element_wrapper_class: ''
  506. element_default_classes: true
  507. empty: ''
  508. hide_empty: false
  509. empty_zero: false
  510. hide_alter_empty: true
  511. click_sort_column: target_id
  512. type: entity_reference_label
  513. settings:
  514. link: true
  515. group_column: target_id
  516. group_columns: { }
  517. group_rows: true
  518. delta_limit: 0
  519. delta_offset: 0
  520. delta_reversed: false
  521. delta_first_last: false
  522. multi_type: separator
  523. separator: ', '
  524. field_api_classes: false
  525. entity_type: workflow_transition
  526. entity_field: uid
  527. plugin_id: field
  528. comment:
  529. id: comment
  530. table: workflow_transition_history
  531. field: comment
  532. relationship: none
  533. group_type: group
  534. admin_label: ''
  535. label: 'Log message'
  536. exclude: false
  537. alter:
  538. alter_text: false
  539. text: ''
  540. make_link: false
  541. path: ''
  542. absolute: false
  543. external: false
  544. replace_spaces: false
  545. path_case: none
  546. trim_whitespace: false
  547. alt: ''
  548. rel: ''
  549. link_class: ''
  550. prefix: ''
  551. suffix: ''
  552. target: ''
  553. nl2br: false
  554. max_length: 0
  555. word_boundary: true
  556. ellipsis: true
  557. more_link: false
  558. more_link_text: ''
  559. more_link_path: ''
  560. strip_tags: false
  561. trim: false
  562. preserve_tags: ''
  563. html: false
  564. element_type: ''
  565. element_class: ''
  566. element_label_type: ''
  567. element_label_class: ''
  568. element_label_colon: true
  569. element_wrapper_type: ''
  570. element_wrapper_class: ''
  571. element_default_classes: true
  572. empty: ''
  573. hide_empty: false
  574. empty_zero: false
  575. hide_alter_empty: true
  576. click_sort_column: value
  577. type: basic_string
  578. settings: { }
  579. group_column: value
  580. group_columns: { }
  581. group_rows: true
  582. delta_limit: 0
  583. delta_offset: 0
  584. delta_reversed: false
  585. delta_first_last: false
  586. multi_type: separator
  587. separator: ', '
  588. field_api_classes: false
  589. entity_type: workflow_transition
  590. entity_field: comment
  591. plugin_id: field
  592. operations:
  593. id: operations
  594. table: workflow_transition_history
  595. field: operations
  596. relationship: none
  597. group_type: group
  598. admin_label: ''
  599. label: Operations
  600. exclude: false
  601. alter:
  602. alter_text: false
  603. text: ''
  604. make_link: false
  605. path: ''
  606. absolute: false
  607. external: false
  608. replace_spaces: false
  609. path_case: none
  610. trim_whitespace: false
  611. alt: ''
  612. rel: ''
  613. link_class: ''
  614. prefix: ''
  615. suffix: ''
  616. target: ''
  617. nl2br: false
  618. max_length: 0
  619. word_boundary: true
  620. ellipsis: true
  621. more_link: false
  622. more_link_text: ''
  623. more_link_path: ''
  624. strip_tags: false
  625. trim: false
  626. preserve_tags: ''
  627. html: false
  628. element_type: ''
  629. element_class: ''
  630. element_label_type: ''
  631. element_label_class: ''
  632. element_label_colon: true
  633. element_wrapper_type: ''
  634. element_wrapper_class: ''
  635. element_default_classes: true
  636. empty: ''
  637. hide_empty: false
  638. empty_zero: false
  639. hide_alter_empty: true
  640. destination: true
  641. entity_type: null
  642. entity_field: null
  643. plugin_id: entity_operations
  644. filters: { }
  645. sorts: { }
  646. header: { }
  647. footer: { }
  648. empty: { }
  649. relationships: { }
  650. arguments:
  651. entity_id:
  652. id: entity_id
  653. table: workflow_transition_history
  654. field: entity_id
  655. relationship: none
  656. group_type: group
  657. admin_label: ''
  658. default_action: ignore
  659. exception:
  660. value: all
  661. title_enable: false
  662. title: All
  663. title_enable: false
  664. title: ''
  665. default_argument_type: fixed
  666. default_argument_options:
  667. argument: ''
  668. default_argument_skip_url: false
  669. summary_options:
  670. base_path: ''
  671. count: true
  672. items_per_page: 25
  673. override: false
  674. summary:
  675. sort_order: asc
  676. number_of_records: 0
  677. format: default_summary
  678. specify_validation: false
  679. validate:
  680. type: none
  681. fail: 'not found'
  682. validate_options: { }
  683. break_phrase: false
  684. not: false
  685. entity_type: workflow_transition
  686. entity_field: entity_id
  687. plugin_id: numeric
  688. display_extenders: { }
  689. title: 'Workflow history'
  690. cache_metadata:
  691. max-age: 0
  692. contexts:
  693. - 'languages:language_content'
  694. - 'languages:language_interface'
  695. - url
  696. - url.query_args
  697. tags: { }
  698. workflow_history_tab:
  699. display_plugin: embed
  700. id: workflow_history_tab
  701. display_title: 'Workflow history tab'
  702. position: 1
  703. display_options:
  704. display_extenders: { }
  705. display_description: 'Replaces the transition list in the Workflow tab.'
  706. cache_metadata:
  707. max-age: 0
  708. contexts:
  709. - 'languages:language_content'
  710. - 'languages:language_interface'
  711. - url
  712. - url.query_args
  713. tags: { }