updated commerce modules (<p> in header bug fix), patched advancedqueue
This commit is contained in:
parent
2c6e2b6230
commit
0054045a33
@ -68,6 +68,7 @@
|
||||
"drupal/advancedqueue": "^1.1",
|
||||
"drupal/allowed_formats": "^3.0",
|
||||
"drupal/amswap": "^3.0",
|
||||
"drupal/asset_cache_bust": "^1.0",
|
||||
"drupal/audiofield": "^1.10",
|
||||
"drupal/auto_entitylabel": "^3.1",
|
||||
"drupal/better_messages": "^2.0@alpha",
|
||||
@ -280,6 +281,9 @@
|
||||
},
|
||||
"drupal/term_reference_tree": {
|
||||
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2024-08-26/term_reference_tree-3064280_bring_back_tracklist-22.patch"
|
||||
},
|
||||
"drupal/advancedqueue": {
|
||||
"Issue with configuration schema advancedqueue.backend.[id] https://www.drupal.org/project/advancedqueue/issues/3469869": "https://git.drupalcode.org/project/advancedqueue/-/commit/a8864851cdfa40c9e38a3f5f64885baf1937375e.patch"
|
||||
}
|
||||
},
|
||||
"archived-patches": {
|
||||
|
543
composer.lock
generated
543
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,7 @@ dependencies:
|
||||
- commerce_order.commerce_order_type.recurring
|
||||
- field.field.commerce_order.recurring.billing_period
|
||||
- field.field.commerce_order.recurring.billing_schedule
|
||||
- field.field.commerce_order.recurring.commerce_recurring_queued
|
||||
- field.field.commerce_order.recurring.field_mailjet_campaign_id
|
||||
module:
|
||||
- commerce_order
|
||||
@ -64,6 +65,8 @@ hidden:
|
||||
billing_period: true
|
||||
billing_schedule: true
|
||||
cart: true
|
||||
commerce_recurring_queued: true
|
||||
customer_comments: true
|
||||
ip_address: true
|
||||
mail: true
|
||||
order_number: true
|
||||
|
@ -6,6 +6,7 @@ dependencies:
|
||||
- commerce_order.commerce_order_type.recurring
|
||||
- field.field.commerce_order.recurring.billing_period
|
||||
- field.field.commerce_order.recurring.billing_schedule
|
||||
- field.field.commerce_order.recurring.commerce_recurring_queued
|
||||
- field.field.commerce_order.recurring.field_mailjet_campaign_id
|
||||
module:
|
||||
- commerce_order
|
||||
@ -75,13 +76,21 @@ content:
|
||||
weight: 3
|
||||
region: content
|
||||
coupons:
|
||||
label: above
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
region: content
|
||||
weight: 12
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
region: content
|
||||
customer_comments:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 13
|
||||
region: content
|
||||
field_mailjet_campaign_id:
|
||||
type: number_integer
|
||||
label: above
|
||||
@ -156,6 +165,7 @@ content:
|
||||
hidden:
|
||||
billing_profile: true
|
||||
billing_schedule: true
|
||||
commerce_recurring_queued: true
|
||||
order_number: true
|
||||
search_api_excerpt: true
|
||||
store_id: true
|
||||
|
@ -7,6 +7,7 @@ dependencies:
|
||||
- core.entity_view_mode.commerce_order.user
|
||||
- field.field.commerce_order.recurring.billing_period
|
||||
- field.field.commerce_order.recurring.billing_schedule
|
||||
- field.field.commerce_order.recurring.commerce_recurring_queued
|
||||
- field.field.commerce_order.recurring.field_mailjet_campaign_id
|
||||
module:
|
||||
- commerce_order
|
||||
@ -75,13 +76,21 @@ content:
|
||||
weight: 4
|
||||
region: content
|
||||
coupons:
|
||||
label: above
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
region: content
|
||||
weight: 13
|
||||
third_party_settings: { }
|
||||
weight: 13
|
||||
region: content
|
||||
customer_comments:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 14
|
||||
region: content
|
||||
mail:
|
||||
type: email_mailto
|
||||
label: inline
|
||||
@ -155,6 +164,7 @@ content:
|
||||
hidden:
|
||||
balance: true
|
||||
billing_schedule: true
|
||||
commerce_recurring_queued: true
|
||||
field_mailjet_campaign_id: true
|
||||
ip_address: true
|
||||
search_api_excerpt: true
|
||||
|
@ -0,0 +1,23 @@
|
||||
uuid: 149949ee-88a4-4807-97b8-ce17ea87fbaf
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- commerce_order.commerce_order_type.recurring
|
||||
- field.storage.commerce_order.commerce_recurring_queued
|
||||
id: commerce_order.recurring.commerce_recurring_queued
|
||||
field_name: commerce_recurring_queued
|
||||
entity_type: commerce_order
|
||||
bundle: recurring
|
||||
label: Queued
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'Yes'
|
||||
off_label: 'No'
|
||||
field_type: boolean
|
@ -0,0 +1,18 @@
|
||||
uuid: 69712edc-46a8-4945-aa76-be9d9d77d5c2
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- commerce_order
|
||||
id: commerce_order.commerce_recurring_queued
|
||||
field_name: commerce_recurring_queued
|
||||
entity_type: commerce_order
|
||||
type: boolean
|
||||
settings: { }
|
||||
module: core
|
||||
locked: true
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
17
config/sync/ultimate_cron.job.commerce_promotion_cron.yml
Normal file
17
config/sync/ultimate_cron.job.commerce_promotion_cron.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: 36f7c233-67e6-4847-88e3-327be6752439
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- commerce_promotion
|
||||
title: 'Default cron handler'
|
||||
id: commerce_promotion_cron
|
||||
weight: 0
|
||||
module: commerce_promotion
|
||||
callback: commerce_promotion_cron
|
||||
scheduler:
|
||||
id: simple
|
||||
launcher:
|
||||
id: serial
|
||||
logger:
|
||||
id: database
|
@ -108,7 +108,7 @@ display:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: true
|
||||
path: 'user/{{ arguments.uid }}/orders/{{ order_id }}'
|
||||
path: 'user/{{ raw_arguments.uid }}/orders/{{ order_id }}'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user