views.view.commerce_orders.yml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987
  1. uuid: 31dc49f5-f8fe-4036-bfc4-c3ab78fae2a0
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - commerce
  7. - commerce_order
  8. - commerce_price
  9. - commerce_store
  10. - options
  11. - state_machine
  12. - user
  13. _core:
  14. default_config_hash: aZuHpmCug9xtPfZcCkS2TO7Jmgp63Rki0SVdLqetV1A
  15. id: commerce_orders
  16. label: Orders
  17. module: views
  18. description: ''
  19. tag: Commerce
  20. base_table: commerce_order
  21. base_field: order_id
  22. display:
  23. default:
  24. display_plugin: default
  25. id: default
  26. display_title: Master
  27. position: 0
  28. display_options:
  29. access:
  30. type: perm
  31. options:
  32. perm: 'access commerce_order overview'
  33. cache:
  34. type: none
  35. options: { }
  36. query:
  37. type: views_query
  38. options:
  39. disable_sql_rewrite: false
  40. distinct: false
  41. replica: false
  42. query_comment: ''
  43. query_tags: { }
  44. exposed_form:
  45. type: basic
  46. options:
  47. submit_button: Filter
  48. reset_button: false
  49. reset_button_label: Reset
  50. exposed_sorts_label: 'Sort by'
  51. expose_sort_order: true
  52. sort_asc_label: Asc
  53. sort_desc_label: Desc
  54. pager:
  55. type: full
  56. options:
  57. items_per_page: 50
  58. offset: 0
  59. id: 0
  60. total_pages: null
  61. expose:
  62. items_per_page: false
  63. items_per_page_label: 'Items per page'
  64. items_per_page_options: '5, 10, 25, 50'
  65. items_per_page_options_all: false
  66. items_per_page_options_all_label: '- All -'
  67. offset: false
  68. offset_label: Offset
  69. tags:
  70. previous: '‹ previous'
  71. next: 'next ›'
  72. first: '« first'
  73. last: 'last »'
  74. quantity: 9
  75. style:
  76. type: table
  77. options:
  78. grouping: { }
  79. row_class: ''
  80. default_row_class: true
  81. override: true
  82. sticky: false
  83. caption: ''
  84. summary: ''
  85. description: ''
  86. columns:
  87. order_number: order_number
  88. placed: placed
  89. type: type
  90. store_id: store_id
  91. uid: uid
  92. mail: uid
  93. state: state
  94. total_price__number: total_price__number
  95. operations: operations
  96. info:
  97. order_number:
  98. sortable: true
  99. default_sort_order: asc
  100. align: ''
  101. separator: ''
  102. empty_column: false
  103. responsive: ''
  104. placed:
  105. sortable: true
  106. default_sort_order: desc
  107. align: ''
  108. separator: ''
  109. empty_column: false
  110. responsive: ''
  111. type:
  112. sortable: true
  113. default_sort_order: asc
  114. align: ''
  115. separator: ''
  116. empty_column: true
  117. responsive: priority-medium
  118. store_id:
  119. sortable: true
  120. default_sort_order: asc
  121. align: ''
  122. separator: ''
  123. empty_column: true
  124. responsive: priority-medium
  125. uid:
  126. sortable: false
  127. default_sort_order: asc
  128. align: ''
  129. separator: '<br />'
  130. empty_column: false
  131. responsive: ''
  132. mail:
  133. sortable: false
  134. default_sort_order: asc
  135. align: ''
  136. separator: ''
  137. empty_column: false
  138. responsive: ''
  139. state:
  140. sortable: true
  141. default_sort_order: asc
  142. align: ''
  143. separator: ''
  144. empty_column: false
  145. responsive: ''
  146. total_price__number:
  147. sortable: true
  148. default_sort_order: asc
  149. align: ''
  150. separator: ''
  151. empty_column: false
  152. responsive: ''
  153. operations:
  154. sortable: false
  155. default_sort_order: asc
  156. align: ''
  157. separator: ''
  158. empty_column: false
  159. responsive: ''
  160. default: placed
  161. empty_table: true
  162. row:
  163. type: fields
  164. fields:
  165. commerce_order_bulk_form:
  166. id: commerce_order_bulk_form
  167. table: commerce_order
  168. field: commerce_order_bulk_form
  169. relationship: none
  170. group_type: group
  171. admin_label: ''
  172. label: ''
  173. exclude: false
  174. alter:
  175. alter_text: false
  176. text: ''
  177. make_link: false
  178. path: ''
  179. absolute: false
  180. external: false
  181. replace_spaces: false
  182. path_case: none
  183. trim_whitespace: false
  184. alt: ''
  185. rel: ''
  186. link_class: ''
  187. prefix: ''
  188. suffix: ''
  189. target: ''
  190. nl2br: false
  191. max_length: 0
  192. word_boundary: true
  193. ellipsis: true
  194. more_link: false
  195. more_link_text: ''
  196. more_link_path: ''
  197. strip_tags: false
  198. trim: false
  199. preserve_tags: ''
  200. html: false
  201. element_type: ''
  202. element_class: ''
  203. element_label_type: ''
  204. element_label_class: ''
  205. element_label_colon: false
  206. element_wrapper_type: ''
  207. element_wrapper_class: ''
  208. element_default_classes: true
  209. empty: ''
  210. hide_empty: false
  211. empty_zero: false
  212. hide_alter_empty: true
  213. action_title: 'With selection'
  214. include_exclude: exclude
  215. selected_actions: { }
  216. entity_type: commerce_order
  217. plugin_id: bulk_form
  218. order_number:
  219. id: order_number
  220. table: commerce_order
  221. field: order_number
  222. relationship: none
  223. group_type: group
  224. admin_label: ''
  225. label: '#'
  226. exclude: false
  227. alter:
  228. alter_text: false
  229. text: ''
  230. make_link: false
  231. path: ''
  232. absolute: false
  233. external: false
  234. replace_spaces: false
  235. path_case: none
  236. trim_whitespace: false
  237. alt: ''
  238. rel: ''
  239. link_class: ''
  240. prefix: ''
  241. suffix: ''
  242. target: ''
  243. nl2br: false
  244. max_length: 0
  245. word_boundary: true
  246. ellipsis: true
  247. more_link: false
  248. more_link_text: ''
  249. more_link_path: ''
  250. strip_tags: false
  251. trim: false
  252. preserve_tags: ''
  253. html: false
  254. element_type: ''
  255. element_class: ''
  256. element_label_type: ''
  257. element_label_class: ''
  258. element_label_colon: true
  259. element_wrapper_type: ''
  260. element_wrapper_class: ''
  261. element_default_classes: true
  262. empty: ''
  263. hide_empty: false
  264. empty_zero: false
  265. hide_alter_empty: true
  266. click_sort_column: value
  267. type: string
  268. settings:
  269. link_to_entity: true
  270. group_column: value
  271. group_columns: { }
  272. group_rows: true
  273. delta_limit: 0
  274. delta_offset: 0
  275. delta_reversed: false
  276. delta_first_last: false
  277. multi_type: separator
  278. separator: ', '
  279. field_api_classes: false
  280. entity_type: null
  281. entity_field: order_number
  282. plugin_id: field
  283. placed:
  284. id: placed
  285. table: commerce_order
  286. field: placed
  287. relationship: none
  288. group_type: group
  289. admin_label: ''
  290. label: Date
  291. exclude: false
  292. alter:
  293. alter_text: false
  294. text: ''
  295. make_link: false
  296. path: ''
  297. absolute: false
  298. external: false
  299. replace_spaces: false
  300. path_case: none
  301. trim_whitespace: false
  302. alt: ''
  303. rel: ''
  304. link_class: ''
  305. prefix: ''
  306. suffix: ''
  307. target: ''
  308. nl2br: false
  309. max_length: 0
  310. word_boundary: true
  311. ellipsis: true
  312. more_link: false
  313. more_link_text: ''
  314. more_link_path: ''
  315. strip_tags: false
  316. trim: false
  317. preserve_tags: ''
  318. html: false
  319. element_type: ''
  320. element_class: ''
  321. element_label_type: ''
  322. element_label_class: ''
  323. element_label_colon: true
  324. element_wrapper_type: ''
  325. element_wrapper_class: ''
  326. element_default_classes: true
  327. empty: N/A
  328. hide_empty: false
  329. empty_zero: false
  330. hide_alter_empty: true
  331. click_sort_column: value
  332. type: timestamp
  333. settings:
  334. date_format: short
  335. custom_date_format: ''
  336. timezone: ''
  337. group_column: value
  338. group_columns: { }
  339. group_rows: true
  340. delta_limit: 0
  341. delta_offset: 0
  342. delta_reversed: false
  343. delta_first_last: false
  344. multi_type: separator
  345. separator: ', '
  346. field_api_classes: false
  347. entity_type: commerce_order
  348. entity_field: placed
  349. plugin_id: field
  350. type:
  351. id: type
  352. table: commerce_order
  353. field: type
  354. relationship: none
  355. group_type: group
  356. admin_label: ''
  357. label: Type
  358. exclude: false
  359. alter:
  360. alter_text: false
  361. text: ''
  362. make_link: false
  363. path: ''
  364. absolute: false
  365. external: false
  366. replace_spaces: false
  367. path_case: none
  368. trim_whitespace: false
  369. alt: ''
  370. rel: ''
  371. link_class: ''
  372. prefix: ''
  373. suffix: ''
  374. target: ''
  375. nl2br: false
  376. max_length: 0
  377. word_boundary: true
  378. ellipsis: true
  379. more_link: false
  380. more_link_text: ''
  381. more_link_path: ''
  382. strip_tags: false
  383. trim: false
  384. preserve_tags: ''
  385. html: false
  386. element_type: ''
  387. element_class: ''
  388. element_label_type: ''
  389. element_label_class: ''
  390. element_label_colon: true
  391. element_wrapper_type: ''
  392. element_wrapper_class: ''
  393. element_default_classes: true
  394. empty: ''
  395. hide_empty: false
  396. empty_zero: false
  397. hide_alter_empty: true
  398. click_sort_column: target_id
  399. type: entity_reference_label
  400. settings:
  401. link: false
  402. group_column: target_id
  403. group_columns: { }
  404. group_rows: true
  405. delta_limit: 0
  406. delta_offset: 0
  407. delta_reversed: false
  408. delta_first_last: false
  409. multi_type: separator
  410. separator: ', '
  411. field_api_classes: false
  412. hide_single_bundle: true
  413. entity_type: commerce_order
  414. entity_field: type
  415. plugin_id: commerce_entity_bundle
  416. store_id:
  417. id: store_id
  418. table: commerce_order
  419. field: store_id
  420. relationship: none
  421. group_type: group
  422. admin_label: ''
  423. label: Store
  424. exclude: false
  425. alter:
  426. alter_text: false
  427. text: ''
  428. make_link: false
  429. path: ''
  430. absolute: false
  431. external: false
  432. replace_spaces: false
  433. path_case: none
  434. trim_whitespace: false
  435. alt: ''
  436. rel: ''
  437. link_class: ''
  438. prefix: ''
  439. suffix: ''
  440. target: ''
  441. nl2br: false
  442. max_length: 0
  443. word_boundary: true
  444. ellipsis: true
  445. more_link: false
  446. more_link_text: ''
  447. more_link_path: ''
  448. strip_tags: false
  449. trim: false
  450. preserve_tags: ''
  451. html: false
  452. element_type: ''
  453. element_class: ''
  454. element_label_type: ''
  455. element_label_class: ''
  456. element_label_colon: true
  457. element_wrapper_type: ''
  458. element_wrapper_class: ''
  459. element_default_classes: true
  460. empty: ''
  461. hide_empty: false
  462. empty_zero: false
  463. hide_alter_empty: true
  464. click_sort_column: target_id
  465. type: entity_reference_label
  466. settings:
  467. link: true
  468. group_column: target_id
  469. group_columns: { }
  470. group_rows: true
  471. delta_limit: 0
  472. delta_offset: 0
  473. delta_reversed: false
  474. delta_first_last: false
  475. multi_type: separator
  476. separator: ', '
  477. field_api_classes: false
  478. hide_single_store: true
  479. entity_type: commerce_order
  480. entity_field: store_id
  481. plugin_id: commerce_store
  482. uid:
  483. id: uid
  484. table: commerce_order
  485. field: uid
  486. relationship: none
  487. group_type: group
  488. admin_label: ''
  489. label: Customer
  490. exclude: false
  491. alter:
  492. alter_text: false
  493. text: ''
  494. make_link: false
  495. path: ''
  496. absolute: false
  497. external: false
  498. replace_spaces: false
  499. path_case: none
  500. trim_whitespace: false
  501. alt: ''
  502. rel: ''
  503. link_class: ''
  504. prefix: ''
  505. suffix: ''
  506. target: ''
  507. nl2br: false
  508. max_length: 0
  509. word_boundary: true
  510. ellipsis: true
  511. more_link: false
  512. more_link_text: ''
  513. more_link_path: ''
  514. strip_tags: false
  515. trim: false
  516. preserve_tags: ''
  517. html: false
  518. element_type: ''
  519. element_class: ''
  520. element_label_type: ''
  521. element_label_class: ''
  522. element_label_colon: true
  523. element_wrapper_type: ''
  524. element_wrapper_class: ''
  525. element_default_classes: true
  526. empty: ''
  527. hide_empty: false
  528. empty_zero: false
  529. hide_alter_empty: true
  530. click_sort_column: target_id
  531. type: entity_reference_label
  532. settings:
  533. link: true
  534. group_column: target_id
  535. group_columns: { }
  536. group_rows: true
  537. delta_limit: 0
  538. delta_offset: 0
  539. delta_reversed: false
  540. delta_first_last: false
  541. multi_type: separator
  542. separator: ', '
  543. field_api_classes: false
  544. entity_type: commerce_order
  545. entity_field: uid
  546. plugin_id: field
  547. mail:
  548. id: mail
  549. table: commerce_order
  550. field: mail
  551. relationship: none
  552. group_type: group
  553. admin_label: ''
  554. label: Email
  555. exclude: false
  556. alter:
  557. alter_text: false
  558. text: ''
  559. make_link: false
  560. path: ''
  561. absolute: false
  562. external: false
  563. replace_spaces: false
  564. path_case: none
  565. trim_whitespace: false
  566. alt: ''
  567. rel: ''
  568. link_class: ''
  569. prefix: ''
  570. suffix: ''
  571. target: ''
  572. nl2br: false
  573. max_length: 0
  574. word_boundary: true
  575. ellipsis: true
  576. more_link: false
  577. more_link_text: ''
  578. more_link_path: ''
  579. strip_tags: false
  580. trim: false
  581. preserve_tags: ''
  582. html: false
  583. element_type: ''
  584. element_class: ''
  585. element_label_type: ''
  586. element_label_class: ''
  587. element_label_colon: true
  588. element_wrapper_type: ''
  589. element_wrapper_class: ''
  590. element_default_classes: true
  591. empty: ''
  592. hide_empty: false
  593. empty_zero: false
  594. hide_alter_empty: true
  595. click_sort_column: value
  596. type: basic_string
  597. settings: { }
  598. group_column: value
  599. group_columns: { }
  600. group_rows: true
  601. delta_limit: 0
  602. delta_offset: 0
  603. delta_reversed: false
  604. delta_first_last: false
  605. multi_type: separator
  606. separator: ', '
  607. field_api_classes: false
  608. entity_type: commerce_order
  609. entity_field: mail
  610. plugin_id: field
  611. state:
  612. id: state
  613. table: commerce_order
  614. field: state
  615. relationship: none
  616. group_type: group
  617. admin_label: ''
  618. label: State
  619. exclude: false
  620. alter:
  621. alter_text: false
  622. text: ''
  623. make_link: false
  624. path: ''
  625. absolute: false
  626. external: false
  627. replace_spaces: false
  628. path_case: none
  629. trim_whitespace: false
  630. alt: ''
  631. rel: ''
  632. link_class: ''
  633. prefix: ''
  634. suffix: ''
  635. target: ''
  636. nl2br: false
  637. max_length: 0
  638. word_boundary: true
  639. ellipsis: true
  640. more_link: false
  641. more_link_text: ''
  642. more_link_path: ''
  643. strip_tags: false
  644. trim: false
  645. preserve_tags: ''
  646. html: false
  647. element_type: ''
  648. element_class: ''
  649. element_label_type: ''
  650. element_label_class: ''
  651. element_label_colon: true
  652. element_wrapper_type: ''
  653. element_wrapper_class: ''
  654. element_default_classes: true
  655. empty: ''
  656. hide_empty: false
  657. empty_zero: false
  658. hide_alter_empty: true
  659. click_sort_column: value
  660. type: list_default
  661. settings: { }
  662. group_column: value
  663. group_columns: { }
  664. group_rows: true
  665. delta_limit: 0
  666. delta_offset: 0
  667. delta_reversed: false
  668. delta_first_last: false
  669. multi_type: separator
  670. separator: ', '
  671. field_api_classes: false
  672. entity_type: commerce_order
  673. entity_field: status
  674. plugin_id: field
  675. total_price__number:
  676. id: total_price__number
  677. table: commerce_order
  678. field: total_price__number
  679. relationship: none
  680. group_type: group
  681. admin_label: ''
  682. label: Total
  683. exclude: false
  684. alter:
  685. alter_text: false
  686. text: ''
  687. make_link: false
  688. path: ''
  689. absolute: false
  690. external: false
  691. replace_spaces: false
  692. path_case: none
  693. trim_whitespace: false
  694. alt: ''
  695. rel: ''
  696. link_class: ''
  697. prefix: ''
  698. suffix: ''
  699. target: ''
  700. nl2br: false
  701. max_length: 0
  702. word_boundary: true
  703. ellipsis: true
  704. more_link: false
  705. more_link_text: ''
  706. more_link_path: ''
  707. strip_tags: false
  708. trim: false
  709. preserve_tags: ''
  710. html: false
  711. element_type: ''
  712. element_class: ''
  713. element_label_type: ''
  714. element_label_class: ''
  715. element_label_colon: true
  716. element_wrapper_type: ''
  717. element_wrapper_class: ''
  718. element_default_classes: true
  719. empty: ''
  720. hide_empty: false
  721. empty_zero: false
  722. hide_alter_empty: true
  723. click_sort_column: number
  724. type: commerce_price_default
  725. settings:
  726. strip_trailing_zeroes: false
  727. currency_display: symbol
  728. group_column: ''
  729. group_columns: { }
  730. group_rows: true
  731. delta_limit: 0
  732. delta_offset: 0
  733. delta_reversed: false
  734. delta_first_last: false
  735. multi_type: separator
  736. separator: ', '
  737. field_api_classes: false
  738. entity_type: commerce_order
  739. entity_field: total_price
  740. plugin_id: field
  741. operations:
  742. id: operations
  743. table: commerce_order
  744. field: operations
  745. relationship: none
  746. group_type: group
  747. admin_label: ''
  748. label: Operations
  749. exclude: false
  750. alter:
  751. alter_text: false
  752. text: ''
  753. make_link: false
  754. path: ''
  755. absolute: false
  756. external: false
  757. replace_spaces: false
  758. path_case: none
  759. trim_whitespace: false
  760. alt: ''
  761. rel: ''
  762. link_class: ''
  763. prefix: ''
  764. suffix: ''
  765. target: ''
  766. nl2br: false
  767. max_length: 0
  768. word_boundary: true
  769. ellipsis: true
  770. more_link: false
  771. more_link_text: ''
  772. more_link_path: ''
  773. strip_tags: false
  774. trim: false
  775. preserve_tags: ''
  776. html: false
  777. element_type: ''
  778. element_class: ''
  779. element_label_type: ''
  780. element_label_class: ''
  781. element_label_colon: true
  782. element_wrapper_type: ''
  783. element_wrapper_class: ''
  784. element_default_classes: true
  785. empty: ''
  786. hide_empty: false
  787. empty_zero: false
  788. hide_alter_empty: true
  789. destination: true
  790. entity_type: commerce_order
  791. plugin_id: entity_operations
  792. filters:
  793. order_number:
  794. id: order_number
  795. table: commerce_order
  796. field: order_number
  797. relationship: none
  798. group_type: group
  799. admin_label: ''
  800. operator: starts
  801. value: ''
  802. group: 1
  803. exposed: true
  804. expose:
  805. operator_id: order_number_op
  806. label: 'Order number'
  807. description: ''
  808. use_operator: false
  809. operator: order_number_op
  810. identifier: order_number
  811. required: false
  812. remember: false
  813. multiple: false
  814. remember_roles:
  815. authenticated: authenticated
  816. anonymous: '0'
  817. administrator: '0'
  818. operator_limit_selection: false
  819. operator_list: { }
  820. is_grouped: false
  821. group_info:
  822. label: ''
  823. description: ''
  824. identifier: ''
  825. optional: true
  826. widget: select
  827. multiple: false
  828. remember: false
  829. default_group: All
  830. default_group_multiple: { }
  831. group_items: { }
  832. entity_type: commerce_order
  833. entity_field: order_number
  834. plugin_id: string
  835. type:
  836. id: type
  837. table: commerce_order
  838. field: type
  839. relationship: none
  840. group_type: group
  841. admin_label: ''
  842. operator: in
  843. value: { }
  844. group: 1
  845. exposed: true
  846. expose:
  847. operator_id: type_op
  848. label: Type
  849. description: ''
  850. use_operator: false
  851. operator: type_op
  852. identifier: type
  853. required: false
  854. remember: false
  855. multiple: false
  856. remember_roles:
  857. authenticated: authenticated
  858. anonymous: '0'
  859. administrator: '0'
  860. reduce: false
  861. hide_single_bundle: true
  862. operator_limit_selection: false
  863. operator_list: { }
  864. is_grouped: false
  865. group_info:
  866. label: ''
  867. description: ''
  868. identifier: ''
  869. optional: true
  870. widget: select
  871. multiple: false
  872. remember: false
  873. default_group: All
  874. default_group_multiple: { }
  875. group_items: { }
  876. entity_type: commerce_order
  877. entity_field: type
  878. plugin_id: commerce_entity_bundle
  879. state:
  880. id: state
  881. table: commerce_order
  882. field: state
  883. relationship: none
  884. group_type: group
  885. admin_label: ''
  886. operator: in
  887. value: { }
  888. group: 1
  889. exposed: true
  890. expose:
  891. operator_id: state_op
  892. label: State
  893. description: ''
  894. use_operator: false
  895. operator: state_op
  896. identifier: state
  897. required: false
  898. remember: false
  899. multiple: false
  900. remember_roles:
  901. authenticated: authenticated
  902. anonymous: '0'
  903. administrator: '0'
  904. reduce: false
  905. operator_limit_selection: false
  906. operator_list: { }
  907. is_grouped: false
  908. group_info:
  909. label: ''
  910. description: ''
  911. identifier: ''
  912. optional: true
  913. widget: select
  914. multiple: false
  915. remember: false
  916. default_group: All
  917. default_group_multiple: { }
  918. group_items: { }
  919. entity_type: commerce_order
  920. entity_field: state
  921. plugin_id: state_machine_state
  922. sorts: { }
  923. title: Orders
  924. header: { }
  925. footer: { }
  926. empty:
  927. area_text_custom:
  928. id: area_text_custom
  929. table: views
  930. field: area_text_custom
  931. relationship: none
  932. group_type: group
  933. admin_label: ''
  934. empty: true
  935. tokenize: false
  936. content: 'No orders available.'
  937. plugin_id: text_custom
  938. relationships: { }
  939. arguments: { }
  940. display_extenders: { }
  941. use_ajax: false
  942. filter_groups:
  943. operator: AND
  944. groups:
  945. 1: AND
  946. cache_metadata:
  947. contexts:
  948. - 'languages:language_content'
  949. - 'languages:language_interface'
  950. - url
  951. - url.query_args
  952. - user.permissions
  953. cacheable: false
  954. max-age: 0
  955. tags: { }
  956. page_1:
  957. display_plugin: page
  958. id: page_1
  959. display_title: Page
  960. position: 1
  961. display_options:
  962. display_extenders: { }
  963. path: admin/commerce/orders/list
  964. menu:
  965. type: 'default tab'
  966. title: Orders
  967. description: ''
  968. expanded: false
  969. parent: ''
  970. weight: -10
  971. context: '0'
  972. menu_name: main
  973. tab_options:
  974. type: normal
  975. title: Orders
  976. description: 'Manage your orders.'
  977. weight: 0
  978. cache_metadata:
  979. contexts:
  980. - 'languages:language_content'
  981. - 'languages:language_interface'
  982. - url
  983. - url.query_args
  984. - user.permissions
  985. cacheable: false
  986. max-age: 0
  987. tags: { }