views.view.workflow_entity_history.yml 20 KB

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