Explorar el Código

refactored admin users pages

bach hace 3 años
padre
commit
9770abac5d

+ 19 - 9
config/sync/core.entity_view_display.commerce_product_variation.materio_product_variation_type.summary.yml

@@ -12,26 +12,36 @@ dependencies:
     - field.field.commerce_product_variation.materio_product_variation_type.license_type
     - field.field.commerce_product_variation.materio_product_variation_type.subscription_type
   module:
+    - commerce_price
     - commerce_variation_cart_form
-    - text
 third_party_settings:
   commerce_variation_cart_form:
-    combine: '1'
+    combine: true
 id: commerce_product_variation.materio_product_variation_type.summary
 targetEntityType: commerce_product_variation
 bundle: materio_product_variation_type
 mode: summary
 content:
-  field_description:
-    weight: 1
+  price:
+    type: commerce_price_default
+    weight: 2
+    region: content
     label: hidden
-    settings: {  }
+    settings:
+      strip_trailing_zeroes: false
+      currency_display: symbol
     third_party_settings: {  }
-    type: text_default
+  product_id:
+    type: entity_reference_label
+    weight: 0
     region: content
+    label: hidden
+    settings:
+      link: false
+    third_party_settings: {  }
   title:
     type: string
-    weight: 0
+    weight: 1
     region: content
     label: hidden
     settings:
@@ -40,13 +50,13 @@ content:
 hidden:
   billing_schedule: true
   commerce_variation_cart_form: true
+  field_description: true
   field_multiple: true
   langcode: true
   license_expiration: true
   license_type: true
   list_price: true
-  price: true
-  product_id: true
   search_api_excerpt: true
   sku: true
   subscription_type: true
+  synonyms: true

+ 7 - 1
config/sync/core.menu.static_menu_link_overrides.yml

@@ -54,10 +54,16 @@ definitions:
     expanded: false
     enabled: true
   editors_menus__commerce_license:
-    weight: -47
+    enabled: false
     menu_name: editors
     parent: editors_menus.commerce
     expanded: false
+    weight: -47
+  editors_menus__subscribers:
+    weight: -46
+    menu_name: editors
+    parent: editors_menus.users
     enabled: true
+    expanded: false
 _core:
   default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM

+ 3 - 3
config/sync/views.settings.yml

@@ -4,13 +4,13 @@ skip_cache: false
 sql_signature: false
 ui:
   show:
-    additional_queries: true
+    additional_queries: false
     advanced_column: true
     master_display: true
-    performance_statistics: true
+    performance_statistics: false
     preview_information: true
     sql_query:
-      enabled: true
+      enabled: false
       where: above
     display_embed: false
     listing_filters: true

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 982 - 342
config/sync/views.view.admin_users.yml


+ 1 - 0
web/modules/custom/editors_menus/editors_menus.links.action.yml

@@ -73,6 +73,7 @@ editors_menus.user_csv_import_admin_upload:
   title: 'Import users from CSV'
   appears_on:
     - view.admin_users.page_1
+    - view.admin_users.page_5
 
 # editors_menus.simplenews_daily_add:
 #   route_name: node.add

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio