Compare commits

..

No commits in common. "e8a7c0d190e2ff4754f2e724a6e18669c46929d8" and "b6cc24218451714e4a7cca2fd4d138a96ff2431e" have entirely different histories.

153 changed files with 10354 additions and 11843 deletions

View File

@ -5,13 +5,13 @@ module.exports = {
extends: [
'eslint:recommended',
'plugin:vue/vue3-recommended',
// 'plugin:vue-a11y/base',
'plugin:vue-a11y/base',
'standard',
// 'plugin:prettier/recommended'
],
plugins: [
'vue',
// 'vue-a11y',
'vue-a11y',
'no-autofix'
],
rules: {

View File

@ -53,18 +53,18 @@ module.exports = merge(baseConfig, {
new BundleAnalyzerPlugin({
'analyzerMode': 'static'
}),
// new WebpackShellPluginNext({
// // onBuildStart:{
// // scripts: ['echo "Webpack Start"'],
// // blocking: true,
// // parallel: false
// // },
// // drush is not installed in this container so we have to ssh on the php container
// onAfterDone:{
// scripts: ['echo "Clearing drupal cache $USER_UNAME $DRUPAL_ROOT"', 'sshpass -p "$USER_UNAME" ssh $USER_UNAME@php "cd $DRUPAL_ROOT && drush cc css-js"', 'echo "Done"'],
// blocking: true,
// parallel: false
// }
// })
new WebpackShellPluginNext({
// onBuildStart:{
// scripts: ['echo "Webpack Start"'],
// blocking: true,
// parallel: false
// },
// drush is not installed in this container so we have to ssh on the php container
onAfterDone:{
scripts: ['echo "Clearing drupal cache $USER_UNAME $DRUPAL_ROOT"', 'sshpass -p "$USER_UNAME" ssh $USER_UNAME@php "cd $DRUPAL_ROOT && drush cc css-js"', 'echo "Done"'],
blocking: true,
parallel: false
}
})
]
})

View File

@ -68,7 +68,6 @@
"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",
@ -114,7 +113,6 @@
"drupal/jsonapi_extras": "^3.21",
"drupal/login_history": "^2.0",
"drupal/login_tracker": "^2.0",
"drupal/logout_token": "^1.0",
"drupal/mailjet": "^4.0",
"drupal/maillog": "^1.1",
"drupal/masquerade": "^2.0",
@ -140,7 +138,6 @@
"drupal/simplenews": "^4.0",
"drupal/simplenews_mailjet_subscriptions": "^1.3",
"drupal/social_media_links": "^2.8",
"drupal/straw": "^2.0@beta",
"drupal/string_translation_ui": "^2.0",
"drupal/structure_sync": "^2.0",
"drupal/symfony_mailer": "^1",
@ -239,8 +236,7 @@
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
"ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch",
"Entity view/form mode formatter/widget settings have no translation UI 1 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168-actions.patch",
"Entity view/form mode formatter/widget settings have no translation UI 2 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.patch",
"Allow to validate Apache/Nginx configuration requirement for aggregation folder before enabling aggregation. https://www.drupal.org/project/drupal/issues/3384272":"https://www.drupal.org/files/issues/2024-08-22/4673.diff"
"Entity view/form mode formatter/widget settings have no translation UI 2 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.patch"
},
"drupal/email_registration": {
"allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/2021-06-11/2856542-13.patch"
@ -261,8 +257,7 @@
},
"drupal/pwa": {
"Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch",
"Undefined array key name https://www.drupal.org/project/pwa/issues/3422906": "https://www.drupal.org/files/issues/2024-02-21/pwa-3422906-3.patch",
"The module adds white space at the top of the olivero theme https://www.drupal.org/project/pwa/issues/3427753" : "https://www.drupal.org/files/issues/2024-04-03/pwa-pwa_extras-decode_entities.patch"
"Undefined array key name https://www.drupal.org/project/pwa/issues/3422906": "https://www.drupal.org/files/issues/2024-02-21/pwa-3422906-3.patch"
},
"drupal/toolbar_theme": {
"Automated Drupal 9 compatibility fixes https://www.drupal.org/project/toolbar_themes/issues/3149099": "https://www.drupal.org/files/issues/2020-06-06/toolbar_themes.1.x-dev.rector.patch"
@ -281,12 +276,6 @@
},
"drupal/views_ef_fieldset": {
"Exposed operators are not included in fieldsets https://www.drupal.org/project/views_ef_fieldset/issues/3173822": "https://git.drupalcode.org/project/views_ef_fieldset/-/merge_requests/1/diffs.patch"
},
"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": {
@ -309,6 +298,9 @@
},
"drupal/mailjet": {
"https://www.drupal.org/project/mailjet/issues/3325412":"https://www.drupal.org/files/issues/2022-12-05/mailjet-list_instead_of_listid.patch"
},
"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/2022-02-07/3064280_bring_back_tracklist-16.patch"
}
},
"drupal-scaffold": {

1264
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -16,6 +16,8 @@ cloneable_entities:
- commerce_payment
- commerce_payment_method
- commerce_currency
- commerce_pricelist_item
- commerce_pricelist
- commerce_product_variation
- commerce_product_attribute
- commerce_product_variation_type
@ -61,7 +63,7 @@ cloneable_entities:
- language_content_settings
- configurable_language
- linkit_profile
- event_entity
- mailjet_event
- message
- message_template
- node
@ -83,7 +85,6 @@ cloneable_entities:
- solr_cache
- solr_request_handler
- simplenews_newsletter
- simplenews_subscriber_history
- simplenews_subscriber
- simplenews_mailjet_subscription
- mailer_transport
@ -115,3 +116,4 @@ cloneable_entities:
- entity_view_display
- entity_form_display
- date_format
- simplenews_subscriber_history

View File

@ -1,7 +0,0 @@
adding:
dependencies:
module:
- google_analytics
permissions:
- 'opt-in or out of google analytics tracking'
removing: { }

View File

@ -1 +0,0 @@
row_limit: 10000

View File

@ -1,17 +0,0 @@
uuid: d9ee7697-3e37-489c-a8a1-e9901529a328
langcode: en
status: true
dependencies:
module:
- dblog
title: 'Remove expired log messages and flood control events'
id: dblog_cron
weight: 0
module: dblog
callback: dblog_cron
scheduler:
id: simple
launcher:
id: serial
logger:
id: database

View File

@ -6,7 +6,6 @@ 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
@ -65,8 +64,6 @@ hidden:
billing_period: true
billing_schedule: true
cart: true
commerce_recurring_queued: true
customer_comments: true
ip_address: true
mail: true
order_number: true

View File

@ -7,6 +7,7 @@ dependencies:
- field.field.node.article.field_date
- field.field.node.article.field_linked_materials
- field.field.node.article.field_memo
- field.field.node.article.field_migration
- field.field.node.article.field_showroom
- field.field.node.article.field_source
- field.field.node.article.field_tags
@ -167,6 +168,12 @@ content:
rows: 5
placeholder: ''
third_party_settings: { }
field_migration:
type: workflow_default
weight: 6
region: content
settings: { }
third_party_settings: { }
field_showroom:
type: entity_reference_autocomplete
weight: 21

View File

@ -15,6 +15,7 @@ dependencies:
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
@ -34,6 +35,7 @@ dependencies:
- term_reference_tree
- text
- video_embed_field
- workflow
third_party_settings:
field_group:
group_htabs:
@ -166,6 +168,7 @@ third_party_settings:
- translation
- field_memo
- field_workflow
- field_migration
- created
label: Internal
region: content
@ -275,6 +278,12 @@ content:
rows: 5
placeholder: ''
third_party_settings: { }
field_migration:
type: workflow_default
weight: 16
region: content
settings: { }
third_party_settings: { }
field_reference:
type: computed_string_widget
weight: 4
@ -297,7 +306,7 @@ content:
third_party_settings: { }
field_tags:
type: entity_reference_autocomplete
weight: 36
weight: 12
region: content
settings:
match_operator: CONTAINS
@ -307,15 +316,14 @@ content:
third_party_settings: { }
field_thesaurus:
type: term_reference_tree
weight: 35
weight: 11
region: content
settings:
start_minimized: false
start_minimized: true
leaves_only: false
select_parents: false
cascading_selection: 0
max_depth: 0
track_list: '1'
third_party_settings: { }
field_video:
type: video_embed_field_textfield
@ -324,7 +332,7 @@ content:
settings: { }
third_party_settings: { }
field_workflow:
type: options_buttons
type: workflow_default
weight: 15
region: content
settings: { }

View File

@ -6,6 +6,7 @@ dependencies:
- field.field.taxonomy_term.company.field_attachments
- field.field.taxonomy_term.company.field_infos_from_company
- field.field.taxonomy_term.company.field_memo
- field.field.taxonomy_term.company.field_migration
- field.field.taxonomy_term.company.field_note
- field.field.taxonomy_term.company.field_public_address
- field.field.taxonomy_term.company.field_public_email
@ -139,6 +140,12 @@ content:
rows: 5
placeholder: ''
third_party_settings: { }
field_migration:
type: workflow_default
weight: 5
region: content
settings: { }
third_party_settings: { }
field_note:
type: options_select
weight: 6

View File

@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.field.taxonomy_term.showroom.field_memo
- field.field.taxonomy_term.showroom.field_migration
- field.field.taxonomy_term.showroom.field_public_address
- field.field.taxonomy_term.showroom.field_public_email
- field.field.taxonomy_term.showroom.field_public_phone
@ -121,6 +122,12 @@ content:
rows: 5
placeholder: ''
third_party_settings: { }
field_migration:
type: workflow_default
weight: 7
region: content
settings: { }
third_party_settings: { }
field_public_address:
type: address_default
weight: 5

View File

@ -1,46 +0,0 @@
uuid: bdc1dc21-a187-46a0-87f6-5ff2fe102e12
langcode: fr
status: true
dependencies:
config:
- workflow.workflow.workflow
module:
- autocomplete_deluxe
id: workflow_transition.workflow.default
targetEntityType: workflow_transition
bundle: workflow
mode: default
content:
comment:
type: string_textarea
weight: 2
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
timestamp:
type: datetime_timestamp
weight: 1
region: content
settings: { }
third_party_settings: { }
to_sid:
type: autocomplete_deluxe
weight: 0
region: content
settings:
match_operator: CONTAINS
autocomplete_route_name: autocomplete_deluxe.autocomplete
size: 60
selection_handler: default
match_limit: 10
min_length: 0
delimiter: ''
not_found_message_allow: false
not_found_message: "The term '@term' will be added"
new_terms: false
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
third_party_settings: { }
hidden:
langcode: true

View File

@ -65,14 +65,6 @@ content:
third_party_settings: { }
weight: 2
region: content
coupons:
label: above
type: entity_reference_label
settings:
link: true
region: content
weight: 10
third_party_settings: { }
ip_address:
type: string
label: inline

View File

@ -46,14 +46,6 @@ content:
third_party_settings: { }
weight: 2
region: content
coupons:
label: above
type: entity_reference_label
settings:
link: true
region: content
weight: 7
third_party_settings: { }
mail:
type: basic_string
label: inline

View File

@ -45,14 +45,6 @@ content:
third_party_settings: { }
weight: 3
region: content
coupons:
label: above
type: entity_reference_label
settings:
link: true
region: content
weight: 9
third_party_settings: { }
order_items:
type: commerce_order_item_table
label: above

View File

@ -55,14 +55,6 @@ content:
third_party_settings: { }
weight: 5
region: content
coupons:
label: above
type: entity_reference_label
settings:
link: true
region: content
weight: 15
third_party_settings: { }
field_mailjet_campaign_id:
type: number_integer
label: above

View File

@ -6,7 +6,6 @@ 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,22 +74,6 @@ content:
third_party_settings: { }
weight: 3
region: content
coupons:
type: entity_reference_label
label: above
settings:
link: true
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
@ -165,7 +148,6 @@ content:
hidden:
billing_profile: true
billing_schedule: true
commerce_recurring_queued: true
order_number: true
search_api_excerpt: true
store_id: true

View File

@ -7,7 +7,6 @@ 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,22 +74,6 @@ content:
third_party_settings: { }
weight: 4
region: content
coupons:
type: entity_reference_label
label: above
settings:
link: true
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
@ -164,7 +147,6 @@ content:
hidden:
balance: true
billing_schedule: true
commerce_recurring_queued: true
field_mailjet_campaign_id: true
ip_address: true
search_api_excerpt: true

View File

@ -8,6 +8,7 @@ dependencies:
- field.field.node.article.field_date
- field.field.node.article.field_linked_materials
- field.field.node.article.field_memo
- field.field.node.article.field_migration
- field.field.node.article.field_showroom
- field.field.node.article.field_source
- field.field.node.article.field_tags
@ -69,6 +70,7 @@ hidden:
field_date: true
field_linked_materials: true
field_memo: true
field_migration: true
field_showroom: true
field_source: true
field_tags: true

View File

@ -7,6 +7,7 @@ dependencies:
- field.field.node.article.field_date
- field.field.node.article.field_linked_materials
- field.field.node.article.field_memo
- field.field.node.article.field_migration
- field.field.node.article.field_showroom
- field.field.node.article.field_source
- field.field.node.article.field_tags
@ -31,8 +32,8 @@ content:
settings:
timezone_override: ''
format_type: medium
from_to: both
separator: '-'
from_to: both
third_party_settings: { }
weight: 3
region: content
@ -104,6 +105,7 @@ hidden:
body: true
field_linked_materials: true
field_memo: true
field_migration: true
field_showroom: true
field_source: true
field_tags: true

View File

@ -8,6 +8,7 @@ dependencies:
- field.field.node.article.field_date
- field.field.node.article.field_linked_materials
- field.field.node.article.field_memo
- field.field.node.article.field_migration
- field.field.node.article.field_showroom
- field.field.node.article.field_source
- field.field.node.article.field_tags
@ -57,6 +58,7 @@ hidden:
field_date: true
field_linked_materials: true
field_memo: true
field_migration: true
field_showroom: true
field_source: true
field_tags: true

View File

@ -16,6 +16,7 @@ dependencies:
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
@ -129,6 +130,13 @@ content:
third_party_settings: { }
weight: 112
region: content
field_migration:
type: list_default
label: above
settings: { }
third_party_settings: { }
weight: 117
region: content
field_reference:
type: computed_string
label: above

View File

@ -16,6 +16,7 @@ dependencies:
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
@ -129,6 +130,13 @@ content:
third_party_settings: { }
weight: 112
region: content
field_migration:
type: list_default
label: above
settings: { }
third_party_settings: { }
weight: 117
region: content
field_reference:
type: computed_string
label: above

View File

@ -16,6 +16,7 @@ dependencies:
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
@ -84,6 +85,7 @@ hidden:
field_localisation_old: true
field_manufacturer: true
field_memo: true
field_migration: true
field_reference: true
field_samples: true
field_tags: true

View File

@ -16,6 +16,7 @@ dependencies:
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
@ -79,6 +80,7 @@ hidden:
field_localisation_old: true
field_manufacturer: true
field_memo: true
field_migration: true
field_reference: true
field_samples: true
field_tags: true

View File

@ -16,6 +16,7 @@ dependencies:
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
@ -79,6 +80,7 @@ hidden:
field_localisation_old: true
field_manufacturer: true
field_memo: true
field_migration: true
field_reference: true
field_samples: true
field_tags: true

View File

@ -15,6 +15,7 @@ dependencies:
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
@ -161,6 +162,7 @@ hidden:
field_index: true
field_localisation_old: true
field_memo: true
field_migration: true
field_short_description: true
field_tags: true
field_thesaurus: true

View File

@ -16,6 +16,7 @@ dependencies:
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
@ -134,6 +135,7 @@ hidden:
field_linked_materials: true
field_localisation_old: true
field_memo: true
field_migration: true
field_tags: true
field_thesaurus: true
field_video: true

View File

@ -16,6 +16,7 @@ dependencies:
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
@ -74,6 +75,7 @@ hidden:
field_localisation_old: true
field_manufacturer: true
field_memo: true
field_migration: true
field_reference: true
field_samples: true
field_tags: true

View File

@ -6,6 +6,7 @@ dependencies:
- field.field.taxonomy_term.company.field_attachments
- field.field.taxonomy_term.company.field_infos_from_company
- field.field.taxonomy_term.company.field_memo
- field.field.taxonomy_term.company.field_migration
- field.field.taxonomy_term.company.field_note
- field.field.taxonomy_term.company.field_public_address
- field.field.taxonomy_term.company.field_public_email
@ -54,6 +55,13 @@ content:
third_party_settings: { }
weight: 9
region: content
field_migration:
type: list_default
label: above
settings: { }
third_party_settings: { }
weight: 12
region: content
field_note:
type: list_default
label: above
@ -107,4 +115,3 @@ content:
hidden:
langcode: true
search_api_excerpt: true
synonyms: true

View File

@ -7,6 +7,7 @@ dependencies:
- field.field.taxonomy_term.company.field_attachments
- field.field.taxonomy_term.company.field_infos_from_company
- field.field.taxonomy_term.company.field_memo
- field.field.taxonomy_term.company.field_migration
- field.field.taxonomy_term.company.field_note
- field.field.taxonomy_term.company.field_public_address
- field.field.taxonomy_term.company.field_public_email
@ -55,6 +56,13 @@ content:
third_party_settings: { }
weight: 9
region: content
field_migration:
type: list_default
label: above
settings: { }
third_party_settings: { }
weight: 12
region: content
field_note:
type: list_default
label: above
@ -108,4 +116,3 @@ content:
hidden:
langcode: true
search_api_excerpt: true
synonyms: true

View File

@ -7,6 +7,7 @@ dependencies:
- field.field.taxonomy_term.company.field_attachments
- field.field.taxonomy_term.company.field_infos_from_company
- field.field.taxonomy_term.company.field_memo
- field.field.taxonomy_term.company.field_migration
- field.field.taxonomy_term.company.field_note
- field.field.taxonomy_term.company.field_public_address
- field.field.taxonomy_term.company.field_public_email
@ -53,9 +54,9 @@ hidden:
field_attachments: true
field_infos_from_company: true
field_memo: true
field_migration: true
field_note: true
field_public_phone: true
field_workflow: true
langcode: true
search_api_excerpt: true
synonyms: true

View File

@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.field.taxonomy_term.showroom.field_memo
- field.field.taxonomy_term.showroom.field_migration
- field.field.taxonomy_term.showroom.field_public_address
- field.field.taxonomy_term.showroom.field_public_email
- field.field.taxonomy_term.showroom.field_public_phone
@ -78,6 +79,7 @@ content:
region: content
hidden:
field_memo: true
field_migration: true
field_workflow: true
langcode: true
search_api_excerpt: true

View File

@ -5,6 +5,7 @@ dependencies:
config:
- core.entity_view_mode.taxonomy_term.home
- field.field.taxonomy_term.showroom.field_memo
- field.field.taxonomy_term.showroom.field_migration
- field.field.taxonomy_term.showroom.field_public_address
- field.field.taxonomy_term.showroom.field_public_email
- field.field.taxonomy_term.showroom.field_public_phone
@ -60,6 +61,7 @@ content:
hidden:
description: true
field_memo: true
field_migration: true
field_website: true
field_workflow: true
langcode: true

View File

@ -97,6 +97,7 @@ module:
gdpr_fields: 0
gdpr_tasks: 0
genpass: 0
google_analytics: 0
graphql: 0
help: 0
honeypot: 0
@ -124,7 +125,6 @@ module:
locale: 0
login_history: 0
login_tracker: 0
logout_token: 0
mailjet: 0
mailjet_commerce: 0
mailjet_event: 0
@ -188,7 +188,6 @@ module:
social_media_links: 0
sophron: 0
state_machine: 0
straw: 0
string_translation_ui: 0
structure_sync: 0
symfony_mailer: 0

View File

@ -1,3 +1 @@
_core:
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
row_limit: 1000
row_limit: 10000

View File

@ -1,23 +0,0 @@
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

View File

@ -0,0 +1,22 @@
uuid: f590405a-6a57-4392-82f4-ca43719edf1f
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_migration
- node.type.article
module:
- workflow
id: node.article.field_migration
field_name: field_migration
entity_type: node
bundle: article
label: Migration
description: ''
required: true
translatable: false
default_value:
- { }
default_value_callback: ''
settings: { }
field_type: workflow

View File

@ -0,0 +1,22 @@
uuid: a5c7c4a2-77fc-45dc-810c-9b24ce496ea0
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_migration
- node.type.materiau
module:
- workflow
id: node.materiau.field_migration
field_name: field_migration
entity_type: node
bundle: materiau
label: Migration
description: ''
required: true
translatable: false
default_value:
- { }
default_value_callback: ''
settings: { }
field_type: workflow

View File

@ -25,13 +25,13 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: straw
handler: 'default:taxonomy_term'
handler_settings:
target_bundles:
thesaurus: thesaurus
sort:
field: name
direction: asc
auto_create: 0
auto_create: false
auto_create_bundle: ''
field_type: entity_reference

View File

@ -0,0 +1,22 @@
uuid: c892412c-c984-46cd-bf0f-8b71c799832b
langcode: en
status: true
dependencies:
config:
- field.storage.taxonomy_term.field_migration
- taxonomy.vocabulary.company
module:
- workflow
id: taxonomy_term.company.field_migration
field_name: field_migration
entity_type: taxonomy_term
bundle: company
label: Migration
description: ''
required: true
translatable: false
default_value:
- { }
default_value_callback: ''
settings: { }
field_type: workflow

View File

@ -0,0 +1,22 @@
uuid: e0715174-5390-45ad-9254-2b074f67e774
langcode: en
status: true
dependencies:
config:
- field.storage.taxonomy_term.field_migration
- taxonomy.vocabulary.showroom
module:
- workflow
id: taxonomy_term.showroom.field_migration
field_name: field_migration
entity_type: taxonomy_term
bundle: showroom
label: Migration
description: ''
required: true
translatable: false
default_value:
- { }
default_value_callback: ''
settings: { }
field_type: workflow

View File

@ -1,18 +0,0 @@
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

View File

@ -0,0 +1,26 @@
uuid: 1bb279d4-be78-4279-9f6d-4fbe6dab0eb7
langcode: en
status: true
dependencies:
module:
- field_permissions
- node
- workflow
third_party_settings:
field_permissions:
permission_type: custom
id: node.field_migration
field_name: field_migration
entity_type: node
type: workflow
settings:
workflow_type: migration
allowed_values: { }
allowed_values_function: ''
module: workflow
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@ -0,0 +1,22 @@
uuid: cc79be7b-8e34-46b7-886d-8d766d6def94
langcode: en
status: true
dependencies:
module:
- taxonomy
- workflow
id: taxonomy_term.field_migration
field_name: field_migration
entity_type: taxonomy_term
type: workflow
settings:
workflow_type: migration
allowed_values: { }
allowed_values_function: ''
module: workflow
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@ -239,7 +239,7 @@ bundles:
enabled: false
rta: 'no'
rtf: 'no'
anonymizer: email_anonymizer
anonymizer: ''
notes: ''
relationship: 0
sars_filename: ''

View File

@ -0,0 +1,11 @@
uuid: 49f2849f-c35b-47df-9413-1186158a7662
langcode: fr
status: true
dependencies:
config:
- workflow.workflow.migration
id: workflow_scheduled_transition.migration
target_entity_type_id: workflow_scheduled_transition
target_bundle: migration
default_langcode: site_default
language_alterable: false

View File

@ -0,0 +1,11 @@
uuid: f6547b7a-0713-4172-9c55-4de07a856d57
langcode: en
status: true
dependencies:
config:
- workflow.workflow.migration
id: workflow_transition.migration
target_entity_type_id: workflow_transition
target_bundle: migration
default_langcode: site_default
language_alterable: false

View File

@ -2,4 +2,3 @@ description: "L'inspiration par la matière"
lang: fr
start_url: /
scope: /
dir: auto

View File

@ -11,7 +11,7 @@ dir: auto
orientation: portrait
categories:
- design
theme_color: '#69cecd'
theme_color: '#ffffff'
background_color: '#ffffff'
display: standalone
cross_origin: false

View File

@ -1,4 +1,4 @@
uuid: ddd148cc-7eeb-415c-81cb-d672882bb540
uuid: c408f536-8ce7-481f-9fa7-b4880cc64de0
langcode: en
status: true
dependencies:

View File

@ -1,17 +0,0 @@
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

View File

@ -1,4 +1,4 @@
uuid: 16a0d851-ac9a-441b-a83d-352b8708daec
uuid: d9ee7697-3e37-489c-a8a1-e9901529a328
langcode: en
status: true
dependencies:

View File

@ -1,4 +1,4 @@
uuid: 900e7e05-dfd9-46e0-a0ef-9058cbd3dc43
uuid: fd3767d0-cad9-4908-9d83-288141f2ac43
langcode: en
status: true
dependencies:

View File

@ -18,6 +18,7 @@ dependencies:
- taxonomy.vocabulary.showroom
- taxonomy.vocabulary.tags
- taxonomy.vocabulary.thesaurus
- workflow.workflow.migration
- workflow.workflow.workflow
module:
- actions_permissions
@ -116,6 +117,7 @@ permissions:
- 'create field_manufacturer'
- 'create field_materiau_images'
- 'create field_member_type'
- 'create field_migration'
- 'create field_samples'
- 'create field_short_description'
- 'create field_showroom'
@ -126,6 +128,7 @@ permissions:
- 'create field_workflow'
- 'create materiau content'
- 'create materio_order_type commerce_order'
- 'create migration workflow_transition'
- 'create note content'
- 'create simplenews_issue content'
- 'create terms in assisted_research'
@ -161,6 +164,7 @@ permissions:
- 'edit field_materiau_images'
- 'edit field_member_type'
- 'edit field_memo'
- 'edit field_migration'
- 'edit field_samples'
- 'edit field_short_description'
- 'edit field_showroom'
@ -178,6 +182,7 @@ permissions:
- 'edit own field_linked_materials'
- 'edit own field_manufacturer'
- 'edit own field_materiau_images'
- 'edit own field_migration'
- 'edit own field_samples'
- 'edit own field_short_description'
- 'edit own field_showroom_files'
@ -186,6 +191,7 @@ permissions:
- 'edit own field_video'
- 'edit own field_workflow'
- 'edit own flag lists'
- 'edit own migration workflow_transition'
- 'edit own note content'
- 'edit own thematique content'
- 'edit own workflow workflow_transition'
@ -203,6 +209,7 @@ permissions:
- 'execute entity:save_action node'
- 'execute entity:save_action taxonomy_term'
- 'execute entity:save_action user'
- 'execute node_assign_owner_action node'
- 'execute node_promote_action node'
- 'execute node_unpromote_action node'
- 'execute user_add_role_action user'
@ -217,6 +224,7 @@ permissions:
- materio_samples_edit_any_sample
- materio_samples_edit_materiaux_titles
- 'revert all revisions'
- 'revert any migration workflow_transition'
- 'revert any workflow workflow_transition'
- 'revert article revisions'
- 'revert frontpage revisions'
@ -276,6 +284,7 @@ permissions:
- 'view field_materiau_images'
- 'view field_member_type'
- 'view field_memo'
- 'view field_migration'
- 'view field_reference'
- 'view field_samples'
- 'view field_short_description'
@ -297,6 +306,7 @@ permissions:
- 'view own field_linked_materials'
- 'view own field_manufacturer'
- 'view own field_materiau_images'
- 'view own field_migration'
- 'view own field_samples'
- 'view own field_short_description'
- 'view own field_tags'

View File

@ -6,6 +6,7 @@ dependencies:
- filter.format.restricted_html
- filter.format.wysiwyg
- rest.resource.user_registration
- workflow.workflow.migration
- workflow.workflow.workflow
module:
- commerce_checkout
@ -32,6 +33,7 @@ permissions:
- 'access content'
- 'access pwa'
- 'access synonyms entity autocomplete'
- 'create migration workflow_transition'
- 'create workflow workflow_transition'
- 'display eu cookie compliance popup'
- 'execute materio arbitrary graphql requests'

View File

@ -17,6 +17,7 @@ dependencies:
- field_permissions
- file
- filter
- google_analytics
- graphql
- materio_flag
- profile
@ -46,6 +47,7 @@ permissions:
- 'execute materio persisted graphql requests'
- 'manage own commerce_payment_method'
- 'materio_jsonapi ownroles'
- 'opt-in or out of google analytics tracking'
- 'restful post user_registration'
- 'subscribe to newsletters'
- 'update own customer profile'

View File

@ -1,18 +1,11 @@
uuid: 64d7b66e-e495-4c9d-9394-449a43e55ec1
langcode: fr
status: true
dependencies:
module:
- field_permissions
dependencies: { }
_core:
default_config_hash: TBu83Sl_ckotQqV22pDBGe0jLnR1nLyiVeVVnYJX_kQ
id: root
label: Root
weight: 2
is_admin: true
permissions:
- 'create field_thesaurus'
- 'edit field_thesaurus'
- 'edit own field_thesaurus'
- 'view field_thesaurus'
- 'view own field_thesaurus'
permissions: { }

View File

@ -12,6 +12,7 @@ dependencies:
- field.storage.node.field_manufacturer
- field.storage.node.field_materiau_images
- field.storage.node.field_memo
- field.storage.node.field_migration
- field.storage.node.field_reference
- field.storage.node.field_samples
- field.storage.node.field_showroom
@ -1008,6 +1009,68 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
field_migration:
id: field_migration
table: node__field_migration
field: field_migration
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: Migration
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: list_default
settings: { }
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
is_locked:
id: is_locked
table: content_lock
@ -2019,6 +2082,7 @@ display:
- 'config:field.storage.node.field_manufacturer'
- 'config:field.storage.node.field_materiau_images'
- 'config:field.storage.node.field_memo'
- 'config:field.storage.node.field_migration'
- 'config:field.storage.node.field_reference'
- 'config:field.storage.node.field_samples'
- 'config:field.storage.node.field_tags'
@ -3046,6 +3110,68 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
field_migration:
id: field_migration
table: node__field_migration
field: field_migration
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: Migration
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: list_default
settings: { }
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
field_memo:
id: field_memo
table: node__field_memo
@ -4417,6 +4543,7 @@ display:
- 'config:field.storage.node.field_manufacturer'
- 'config:field.storage.node.field_materiau_images'
- 'config:field.storage.node.field_memo'
- 'config:field.storage.node.field_migration'
- 'config:field.storage.node.field_reference'
- 'config:field.storage.node.field_samples'
- 'config:field.storage.node.field_tags'
@ -5121,6 +5248,68 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
field_migration:
id: field_migration
table: node__field_migration
field: field_migration
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: Migration
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: list_default
settings: { }
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
created:
id: created
table: node_field_data
@ -5961,6 +6150,7 @@ display:
- 'config:field.storage.node.field_date'
- 'config:field.storage.node.field_linked_materials'
- 'config:field.storage.node.field_memo'
- 'config:field.storage.node.field_migration'
- 'config:field.storage.node.field_showroom'
- 'config:field.storage.node.field_tags'
- 'config:field.storage.node.field_thesaurus'

View File

@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.storage.taxonomy_term.field_memo
- field.storage.taxonomy_term.field_migration
- field.storage.taxonomy_term.field_public_address
- field.storage.taxonomy_term.field_public_email
- field.storage.taxonomy_term.field_synonyms
@ -517,6 +518,68 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
field_migration:
id: field_migration
table: taxonomy_term__field_migration
field: field_migration
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: Migration
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: list_default
settings: { }
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
field_memo:
id: field_memo
table: taxonomy_term__field_memo
@ -977,6 +1040,7 @@ display:
- user.roles
tags:
- 'config:field.storage.taxonomy_term.field_memo'
- 'config:field.storage.taxonomy_term.field_migration'
- 'config:field.storage.taxonomy_term.field_workflow'
embed_1:
id: embed_1
@ -2057,6 +2121,68 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
field_migration:
id: field_migration
table: taxonomy_term__field_migration
field: field_migration
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: Migration
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: list_default
settings: { }
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
field_memo:
id: field_memo
table: taxonomy_term__field_memo
@ -2489,6 +2615,7 @@ display:
- user.roles
tags:
- 'config:field.storage.taxonomy_term.field_memo'
- 'config:field.storage.taxonomy_term.field_migration'
- 'config:field.storage.taxonomy_term.field_public_address'
- 'config:field.storage.taxonomy_term.field_public_email'
- 'config:field.storage.taxonomy_term.field_website'
@ -2998,6 +3125,68 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
field_migration:
id: field_migration
table: taxonomy_term__field_migration
field: field_migration
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: Migration
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: list_default
settings: { }
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
field_memo:
id: field_memo
table: taxonomy_term__field_memo
@ -3394,6 +3583,7 @@ display:
- user.roles
tags:
- 'config:field.storage.taxonomy_term.field_memo'
- 'config:field.storage.taxonomy_term.field_migration'
- 'config:field.storage.taxonomy_term.field_public_address'
- 'config:field.storage.taxonomy_term.field_visuels'
- 'config:field.storage.taxonomy_term.field_workflow'

View File

@ -26,6 +26,7 @@ dependencies:
- user.role.free_user
- user.role.root
- user.role.student
- user.role.unverified
module:
- address
- better_exposed_filters
@ -5095,9 +5096,9 @@ display:
columns:
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
field_name: field_name
field_first_name: field_name
mail: field_name
operations: field_name
field_first_name: field_first_name
mail: mail
operations: operations
field_organization: field_organization
status: status
access: access
@ -5114,7 +5115,7 @@ display:
sortable: false
default_sort_order: asc
align: ''
separator: '<br>'
separator: ''
empty_column: false
responsive: ''
field_first_name:
@ -5473,10 +5474,10 @@ display:
admin_label: ''
plugin_id: field
label: Title
exclude: true
exclude: false
alter:
alter_text: true
text: '({{ field_title }})'
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
@ -5537,8 +5538,8 @@ display:
label: Name
exclude: false
alter:
alter_text: true
text: '{{ field_name }} {{ field_title }} '
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
@ -5589,57 +5590,6 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
operations:
id: operations
table: users
field: operations
relationship: none
group_type: group
admin_label: ''
entity_type: user
plugin_id: entity_operations
label: "Liens d'actions"
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
destination: false
field_position:
id: field_position
table: profile__field_position
@ -6210,7 +6160,7 @@ display:
exposed: true
expose:
operator_id: field_name_value_op
label: 'Name (field_name)'
label: Name
description: ''
use_operator: false
operator: field_name_value_op
@ -6258,9 +6208,12 @@ display:
plugin_id: user_roles
operator: or
value:
unverified: unverified
free_user: free_user
contact_company: contact_company
adherent: adherent
group: 1
exposed: false
exposed: true
expose:
operator_id: roles_target_id_op
label: Rôles
@ -6364,7 +6317,6 @@ display:
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
field_title: field_title
field_name: field_name
operations: field_name
field_position: field_position
field_phone: field_phone
field_email: field_email
@ -6384,7 +6336,7 @@ display:
sortable: false
default_sort_order: asc
align: ''
separator: '<br>'
separator: ''
empty_column: false
responsive: ''
field_name:
@ -6394,11 +6346,6 @@ display:
separator: ''
empty_column: false
responsive: ''
operations:
align: ''
separator: ''
empty_column: false
responsive: ''
field_position:
sortable: false
default_sort_order: asc

View File

@ -273,7 +273,6 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 50
total_pages: null
id: 0
@ -288,6 +287,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:

View File

@ -108,7 +108,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'user/{{ raw_arguments.uid }}/orders/{{ order_id }}'
path: 'user/{{ arguments.uid }}/orders/{{ order_id }}'
absolute: false
external: false
replace_spaces: false

View File

@ -0,0 +1,12 @@
uuid: 92199a12-87b2-4208-82c8-a34b770289b9
langcode: en
status: true
dependencies:
config:
- workflow.workflow.migration
id: migration_creation
label: Creation
module: workflow
wid: migration
weight: -11
sysid: 1

View File

@ -0,0 +1,12 @@
uuid: ca00dac2-806b-4db9-89a0-64bbc56898bb
langcode: en
status: true
dependencies:
config:
- workflow.workflow.migration
id: migration_imported
label: Imported
module: workflow
wid: migration
weight: -9
sysid: 0

View File

@ -0,0 +1,12 @@
uuid: a9c41178-c0bc-4835-9f20-cf461e325f16
langcode: en
status: true
dependencies:
config:
- workflow.workflow.migration
id: migration_new
label: New
module: workflow
wid: migration
weight: -10
sysid: 0

View File

@ -0,0 +1,12 @@
uuid: 08302f4a-8cee-4b2a-a635-4c4cd4991f41
langcode: en
status: true
dependencies:
config:
- workflow.workflow.migration
id: migration_reviewed
label: Reviewed
module: workflow
wid: migration
weight: -8
sysid: 0

View File

@ -0,0 +1,19 @@
uuid: 46737653-963c-47df-ad5b-ac32f5bad5f1
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_creation
- workflow.state.migration_imported
id: migration_creation_imported
label: null
module: workflow
from_sid: migration_creation
to_sid: migration_imported
roles:
anonymous: anonymous
workflow_author: '0'
authenticated: '0'
admin: '0'
root: '0'
user: '0'

View File

@ -0,0 +1,19 @@
uuid: 8fe8d7af-ceca-4a63-82db-8c9e12c5ec4d
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_creation
- workflow.state.migration_new
id: migration_creation_new
label: null
module: workflow
from_sid: migration_creation
to_sid: migration_new
roles:
workflow_author: workflow_author
admin: admin
root: root
anonymous: '0'
authenticated: '0'
user: '0'

View File

@ -0,0 +1,19 @@
uuid: 8b01325b-e4ed-45be-8781-b4176df31d56
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_creation
- workflow.state.migration_reviewed
id: migration_creation_reviewed
label: null
module: workflow
from_sid: migration_creation
to_sid: migration_reviewed
roles:
workflow_author: '0'
anonymous: '0'
authenticated: '0'
admin: '0'
root: '0'
user: '0'

View File

@ -0,0 +1,12 @@
uuid: 873d713b-baf5-458f-b549-0759db292ebc
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_imported
id: migration_imported_imported
label: null
module: workflow
from_sid: migration_imported
to_sid: migration_imported
roles: { }

View File

@ -0,0 +1,19 @@
uuid: 9a107b1a-ead7-42be-87c4-73303861e422
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_imported
- workflow.state.migration_new
id: migration_imported_new
label: null
module: workflow
from_sid: migration_imported
to_sid: migration_new
roles:
workflow_author: '0'
anonymous: '0'
authenticated: '0'
admin: '0'
root: '0'
user: '0'

View File

@ -0,0 +1,19 @@
uuid: 356ad6cb-f67d-4a86-84e4-678400474918
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_imported
- workflow.state.migration_reviewed
id: migration_imported_reviewed
label: null
module: workflow
from_sid: migration_imported
to_sid: migration_reviewed
roles:
admin: admin
root: root
workflow_author: '0'
anonymous: '0'
authenticated: '0'
user: '0'

View File

@ -0,0 +1,19 @@
uuid: 9dabdd0b-edf4-495c-b4ce-194673cf5c15
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_imported
- workflow.state.migration_new
id: migration_new_imported
label: null
module: workflow
from_sid: migration_new
to_sid: migration_imported
roles:
workflow_author: '0'
anonymous: '0'
authenticated: '0'
admin: '0'
root: '0'
user: '0'

View File

@ -0,0 +1,12 @@
uuid: f5e120a9-20e2-414d-9374-c75b4410c345
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_new
id: migration_new_new
label: null
module: workflow
from_sid: migration_new
to_sid: migration_new
roles: { }

View File

@ -0,0 +1,19 @@
uuid: e5c8e0c4-44e7-4da3-bcfc-52f4f9a745a2
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_new
- workflow.state.migration_reviewed
id: migration_new_reviewed
label: null
module: workflow
from_sid: migration_new
to_sid: migration_reviewed
roles:
workflow_author: '0'
anonymous: '0'
authenticated: '0'
admin: '0'
root: '0'
user: '0'

View File

@ -0,0 +1,19 @@
uuid: 87ee9489-c504-4e1b-be53-8bb4f99e5843
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_imported
- workflow.state.migration_reviewed
id: migration_reviewed_imported
label: null
module: workflow
from_sid: migration_reviewed
to_sid: migration_imported
roles:
workflow_author: '0'
anonymous: '0'
authenticated: '0'
admin: '0'
root: '0'
user: '0'

View File

@ -0,0 +1,19 @@
uuid: 53af0f5d-d29a-49a2-ba0f-0795dac2862c
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_new
- workflow.state.migration_reviewed
id: migration_reviewed_new
label: null
module: workflow
from_sid: migration_reviewed
to_sid: migration_new
roles:
workflow_author: '0'
anonymous: '0'
authenticated: '0'
admin: '0'
root: '0'
user: '0'

View File

@ -0,0 +1,12 @@
uuid: dc1eb81a-ef0f-41b5-ae3e-97f871c92ee2
langcode: en
status: true
dependencies:
config:
- workflow.state.migration_reviewed
id: migration_reviewed_reviewed
label: null
module: workflow
from_sid: migration_reviewed
to_sid: migration_reviewed
roles: { }

View File

@ -0,0 +1,14 @@
uuid: 4adea39d-5bf4-4cba-bb5e-86c4a36927a3
langcode: en
status: true
dependencies: { }
id: migration
label: Migration
module: workflow
options:
name_as_title: 0
fieldset: 2
options: radios
schedule_timezone: 1
comment_log_node: 0
watchdog_log: 0

19369
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,12 +19,9 @@
"author": "Bachir Soussi Chiadmi",
"license": "MIT",
"dependencies": {
"@sentry/browser": "^9.8.0",
"@sentry/vue": "^9.8.0",
"axios": "^0.21.0",
"check-password-strength": "^1.0.15",
"pretty-bytes": "^5.5.0",
"sass": "^1.86.0",
"vue": "^2.6.12",
"vue-autofocus-directive": "^1.0.4",
"vue-cool-lightbox": "^2.7.4",
@ -61,17 +58,20 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.1.0",
"eslint-plugin-vue-a11y": "0.0.31",
"eslint-webpack-plugin": "^2.4.0",
"file-loader": "^6.2.0",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^5.0.0",
"querystring-es3": "^0.2.1",
"sass-loader": "^10.1.0",
"slim-select": "^2.10.0",
"slim-select": "^1.27.0",
"style-loader": "^2.0.0",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"vue-eslint-parser": "^7.1.1",
"vue-i18n": "^8.22.2",

View File

@ -50,11 +50,6 @@ class UserBlock extends BlockBase implements ContainerFactoryPluginInterface{
*/
public function build() {
$build = [];
$build['#cache'] = [
'max-age' => 0,
];
// dpm($this->user);
if($this->user->id()){
$user_url = Url::fromRoute('entity.user.canonical', ['user' => $this->user->id()]);
@ -81,8 +76,6 @@ class UserBlock extends BlockBase implements ContainerFactoryPluginInterface{
)
)
);
}
return $build;
}

@ -1 +1 @@
Subproject commit 5940fb4d40e640c1a0436195cedd8a7aee4a17ba
Subproject commit d1efaa0a777ec7d89e4ab9babdb5fd68c46728cc

View File

@ -1 +1,2 @@
body{position:inherit}

Some files were not shown because too many files have changed in this diff Show More