Compare commits

...

24 Commits

Author SHA1 Message Date
e8a7c0d190 included glitchtip/sentry 2025-03-21 14:27:08 +01:00
8b2c26774f user_materio user_block cache max-age 0 2024-10-28 14:59:57 +01:00
5c40959059 fixed user logout bug 2024-10-19 22:37:12 +02:00
81ab0ccfd7 fixed user logout bug 2024-10-19 22:29:49 +02:00
b5fc279340 patched pwa for empty <p> in head 2024-10-19 15:58:59 +02:00
f9c28306e6 updated some contrib modules 2024-10-19 15:41:15 +02:00
1096ac5408 updated some contrib modules, pwa themecolor setting 2024-10-19 15:35:11 +02:00
7759cc5637 updated some contrib modules 2024-10-19 12:46:19 +02:00
8d488a4ef0 updated core 2024-10-19 12:38:07 +02:00
0054045a33 updated commerce modules (<p> in header bug fix), patched advancedqueue 2024-10-19 12:31:35 +02:00
2c6e2b6230 rolled back taxonomy_term_list track_list patch 2024-09-05 12:48:45 +02:00
85a73c742a thesaurus straw 2024-09-03 13:02:22 +02:00
0de38a8a24 improved amdin user views 2024-08-28 15:46:00 +02:00
49565d70f6 thesaurus hierarchical_select replace taxonomy_term_tree 2024-08-27 19:25:08 +02:00
702492f3b3 workflow widget fix 2024-08-27 19:12:10 +02:00
8ad1a55180 deletes migration workflow 2024-08-24 22:48:43 +02:00
3369e860d0 deleted all workflow_migration fields 2024-08-24 22:43:34 +02:00
4384f6315d removed all field permission on migration workflow 2024-08-24 22:36:01 +02:00
1838132e54 removed ultimate_cron.job.google_analytics 2024-08-24 22:21:12 +02:00
150fd4be4c cloneable entities config 2024-08-24 22:12:55 +02:00
9821e593db removed language field from workflows form #bugfix 2024-08-24 21:55:41 +02:00
07b267a964 enabled dblog 2024-08-24 21:53:24 +02:00
49cc0fb328 removed dblog from starterkit 2024-08-23 22:18:41 +02:00
b4a5480cf1 new config files right after updb D10 2024-08-22 19:37:24 +02:00
153 changed files with 11991 additions and 10502 deletions

View File

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

View File

@ -53,18 +53,18 @@ module.exports = merge(baseConfig, {
new BundleAnalyzerPlugin({ new BundleAnalyzerPlugin({
'analyzerMode': 'static' 'analyzerMode': 'static'
}), }),
new WebpackShellPluginNext({ // new WebpackShellPluginNext({
// onBuildStart:{ // // onBuildStart:{
// scripts: ['echo "Webpack Start"'], // // scripts: ['echo "Webpack Start"'],
// blocking: true, // // blocking: true,
// parallel: false // // parallel: false
// }, // // },
// drush is not installed in this container so we have to ssh on the php container // // drush is not installed in this container so we have to ssh on the php container
onAfterDone:{ // 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"'], // 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, // blocking: true,
parallel: false // parallel: false
} // }
}) // })
] ]
}) })

View File

@ -68,6 +68,7 @@
"drupal/advancedqueue": "^1.1", "drupal/advancedqueue": "^1.1",
"drupal/allowed_formats": "^3.0", "drupal/allowed_formats": "^3.0",
"drupal/amswap": "^3.0", "drupal/amswap": "^3.0",
"drupal/asset_cache_bust": "^1.0",
"drupal/audiofield": "^1.10", "drupal/audiofield": "^1.10",
"drupal/auto_entitylabel": "^3.1", "drupal/auto_entitylabel": "^3.1",
"drupal/better_messages": "^2.0@alpha", "drupal/better_messages": "^2.0@alpha",
@ -113,6 +114,7 @@
"drupal/jsonapi_extras": "^3.21", "drupal/jsonapi_extras": "^3.21",
"drupal/login_history": "^2.0", "drupal/login_history": "^2.0",
"drupal/login_tracker": "^2.0", "drupal/login_tracker": "^2.0",
"drupal/logout_token": "^1.0",
"drupal/mailjet": "^4.0", "drupal/mailjet": "^4.0",
"drupal/maillog": "^1.1", "drupal/maillog": "^1.1",
"drupal/masquerade": "^2.0", "drupal/masquerade": "^2.0",
@ -138,6 +140,7 @@
"drupal/simplenews": "^4.0", "drupal/simplenews": "^4.0",
"drupal/simplenews_mailjet_subscriptions": "^1.3", "drupal/simplenews_mailjet_subscriptions": "^1.3",
"drupal/social_media_links": "^2.8", "drupal/social_media_links": "^2.8",
"drupal/straw": "^2.0@beta",
"drupal/string_translation_ui": "^2.0", "drupal/string_translation_ui": "^2.0",
"drupal/structure_sync": "^2.0", "drupal/structure_sync": "^2.0",
"drupal/symfony_mailer": "^1", "drupal/symfony_mailer": "^1",
@ -236,7 +239,8 @@
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch", "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", "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 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" "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"
}, },
"drupal/email_registration": { "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" "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"
@ -257,7 +261,8 @@
}, },
"drupal/pwa": { "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", "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" "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"
}, },
"drupal/toolbar_theme": { "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" "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"
@ -276,6 +281,12 @@
}, },
"drupal/views_ef_fieldset": { "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" "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": { "archived-patches": {
@ -298,9 +309,6 @@
}, },
"drupal/mailjet": { "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" "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": { "drupal-scaffold": {

1264
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

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

View File

@ -0,0 +1,17 @@
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,6 +6,7 @@ dependencies:
- commerce_order.commerce_order_type.recurring - commerce_order.commerce_order_type.recurring
- field.field.commerce_order.recurring.billing_period - field.field.commerce_order.recurring.billing_period
- field.field.commerce_order.recurring.billing_schedule - field.field.commerce_order.recurring.billing_schedule
- field.field.commerce_order.recurring.commerce_recurring_queued
- field.field.commerce_order.recurring.field_mailjet_campaign_id - field.field.commerce_order.recurring.field_mailjet_campaign_id
module: module:
- commerce_order - commerce_order
@ -64,6 +65,8 @@ hidden:
billing_period: true billing_period: true
billing_schedule: true billing_schedule: true
cart: true cart: true
commerce_recurring_queued: true
customer_comments: true
ip_address: true ip_address: true
mail: true mail: true
order_number: true order_number: true

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,46 @@
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,6 +65,14 @@ content:
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content
coupons:
label: above
type: entity_reference_label
settings:
link: true
region: content
weight: 10
third_party_settings: { }
ip_address: ip_address:
type: string type: string
label: inline label: inline

View File

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

View File

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

View File

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

View File

@ -6,6 +6,7 @@ dependencies:
- commerce_order.commerce_order_type.recurring - commerce_order.commerce_order_type.recurring
- field.field.commerce_order.recurring.billing_period - field.field.commerce_order.recurring.billing_period
- field.field.commerce_order.recurring.billing_schedule - field.field.commerce_order.recurring.billing_schedule
- field.field.commerce_order.recurring.commerce_recurring_queued
- field.field.commerce_order.recurring.field_mailjet_campaign_id - field.field.commerce_order.recurring.field_mailjet_campaign_id
module: module:
- commerce_order - commerce_order
@ -74,6 +75,22 @@ content:
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content 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: field_mailjet_campaign_id:
type: number_integer type: number_integer
label: above label: above
@ -148,6 +165,7 @@ content:
hidden: hidden:
billing_profile: true billing_profile: true
billing_schedule: true billing_schedule: true
commerce_recurring_queued: true
order_number: true order_number: true
search_api_excerpt: true search_api_excerpt: true
store_id: true store_id: true

View File

@ -7,6 +7,7 @@ dependencies:
- core.entity_view_mode.commerce_order.user - core.entity_view_mode.commerce_order.user
- field.field.commerce_order.recurring.billing_period - field.field.commerce_order.recurring.billing_period
- field.field.commerce_order.recurring.billing_schedule - field.field.commerce_order.recurring.billing_schedule
- field.field.commerce_order.recurring.commerce_recurring_queued
- field.field.commerce_order.recurring.field_mailjet_campaign_id - field.field.commerce_order.recurring.field_mailjet_campaign_id
module: module:
- commerce_order - commerce_order
@ -74,6 +75,22 @@ content:
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content 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: mail:
type: email_mailto type: email_mailto
label: inline label: inline
@ -147,6 +164,7 @@ content:
hidden: hidden:
balance: true balance: true
billing_schedule: true billing_schedule: true
commerce_recurring_queued: true
field_mailjet_campaign_id: true field_mailjet_campaign_id: true
ip_address: true ip_address: true
search_api_excerpt: true search_api_excerpt: true

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,7 +4,6 @@ status: true
dependencies: dependencies:
config: config:
- field.field.taxonomy_term.showroom.field_memo - 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_address
- field.field.taxonomy_term.showroom.field_public_email - field.field.taxonomy_term.showroom.field_public_email
- field.field.taxonomy_term.showroom.field_public_phone - field.field.taxonomy_term.showroom.field_public_phone
@ -79,7 +78,6 @@ content:
region: content region: content
hidden: hidden:
field_memo: true field_memo: true
field_migration: true
field_workflow: true field_workflow: true
langcode: true langcode: true
search_api_excerpt: true search_api_excerpt: true

View File

@ -5,7 +5,6 @@ dependencies:
config: config:
- core.entity_view_mode.taxonomy_term.home - core.entity_view_mode.taxonomy_term.home
- field.field.taxonomy_term.showroom.field_memo - 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_address
- field.field.taxonomy_term.showroom.field_public_email - field.field.taxonomy_term.showroom.field_public_email
- field.field.taxonomy_term.showroom.field_public_phone - field.field.taxonomy_term.showroom.field_public_phone
@ -61,7 +60,6 @@ content:
hidden: hidden:
description: true description: true
field_memo: true field_memo: true
field_migration: true
field_website: true field_website: true
field_workflow: true field_workflow: true
langcode: true langcode: true

View File

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

View File

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

View File

@ -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

View File

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

@ -1,22 +0,0 @@
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: { }
default_value_callback: '' default_value_callback: ''
settings: settings:
handler: 'default:taxonomy_term' handler: straw
handler_settings: handler_settings:
target_bundles: target_bundles:
thesaurus: thesaurus thesaurus: thesaurus
sort: sort:
field: name field: name
direction: asc direction: asc
auto_create: false auto_create: 0
auto_create_bundle: '' auto_create_bundle: ''
field_type: entity_reference field_type: entity_reference

View File

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

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

@ -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

View File

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

@ -1,22 +0,0 @@
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 enabled: false
rta: 'no' rta: 'no'
rtf: 'no' rtf: 'no'
anonymizer: '' anonymizer: email_anonymizer
notes: '' notes: ''
relationship: 0 relationship: 0
sars_filename: '' sars_filename: ''

View File

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

@ -1,11 +0,0 @@
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,3 +2,4 @@ description: "L'inspiration par la matière"
lang: fr lang: fr
start_url: / start_url: /
scope: / scope: /
dir: auto

View File

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

View File

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

View 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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -12,7 +12,6 @@ dependencies:
- field.storage.node.field_manufacturer - field.storage.node.field_manufacturer
- field.storage.node.field_materiau_images - field.storage.node.field_materiau_images
- field.storage.node.field_memo - field.storage.node.field_memo
- field.storage.node.field_migration
- field.storage.node.field_reference - field.storage.node.field_reference
- field.storage.node.field_samples - field.storage.node.field_samples
- field.storage.node.field_showroom - field.storage.node.field_showroom
@ -1009,68 +1008,6 @@ display:
multi_type: separator multi_type: separator
separator: ', ' separator: ', '
field_api_classes: false 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: is_locked:
id: is_locked id: is_locked
table: content_lock table: content_lock
@ -2082,7 +2019,6 @@ display:
- 'config:field.storage.node.field_manufacturer' - 'config:field.storage.node.field_manufacturer'
- 'config:field.storage.node.field_materiau_images' - 'config:field.storage.node.field_materiau_images'
- 'config:field.storage.node.field_memo' - 'config:field.storage.node.field_memo'
- 'config:field.storage.node.field_migration'
- 'config:field.storage.node.field_reference' - 'config:field.storage.node.field_reference'
- 'config:field.storage.node.field_samples' - 'config:field.storage.node.field_samples'
- 'config:field.storage.node.field_tags' - 'config:field.storage.node.field_tags'
@ -3110,68 +3046,6 @@ display:
multi_type: separator multi_type: separator
separator: ', ' separator: ', '
field_api_classes: false 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: field_memo:
id: field_memo id: field_memo
table: node__field_memo table: node__field_memo
@ -4543,7 +4417,6 @@ display:
- 'config:field.storage.node.field_manufacturer' - 'config:field.storage.node.field_manufacturer'
- 'config:field.storage.node.field_materiau_images' - 'config:field.storage.node.field_materiau_images'
- 'config:field.storage.node.field_memo' - 'config:field.storage.node.field_memo'
- 'config:field.storage.node.field_migration'
- 'config:field.storage.node.field_reference' - 'config:field.storage.node.field_reference'
- 'config:field.storage.node.field_samples' - 'config:field.storage.node.field_samples'
- 'config:field.storage.node.field_tags' - 'config:field.storage.node.field_tags'
@ -5248,68 +5121,6 @@ display:
multi_type: separator multi_type: separator
separator: ', ' separator: ', '
field_api_classes: false 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: created:
id: created id: created
table: node_field_data table: node_field_data
@ -6150,7 +5961,6 @@ display:
- 'config:field.storage.node.field_date' - 'config:field.storage.node.field_date'
- 'config:field.storage.node.field_linked_materials' - 'config:field.storage.node.field_linked_materials'
- 'config:field.storage.node.field_memo' - 'config:field.storage.node.field_memo'
- 'config:field.storage.node.field_migration'
- 'config:field.storage.node.field_showroom' - 'config:field.storage.node.field_showroom'
- 'config:field.storage.node.field_tags' - 'config:field.storage.node.field_tags'
- 'config:field.storage.node.field_thesaurus' - 'config:field.storage.node.field_thesaurus'

View File

@ -4,7 +4,6 @@ status: true
dependencies: dependencies:
config: config:
- field.storage.taxonomy_term.field_memo - 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_address
- field.storage.taxonomy_term.field_public_email - field.storage.taxonomy_term.field_public_email
- field.storage.taxonomy_term.field_synonyms - field.storage.taxonomy_term.field_synonyms
@ -518,68 +517,6 @@ display:
multi_type: separator multi_type: separator
separator: ', ' separator: ', '
field_api_classes: false 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: field_memo:
id: field_memo id: field_memo
table: taxonomy_term__field_memo table: taxonomy_term__field_memo
@ -1040,7 +977,6 @@ display:
- user.roles - user.roles
tags: tags:
- 'config:field.storage.taxonomy_term.field_memo' - 'config:field.storage.taxonomy_term.field_memo'
- 'config:field.storage.taxonomy_term.field_migration'
- 'config:field.storage.taxonomy_term.field_workflow' - 'config:field.storage.taxonomy_term.field_workflow'
embed_1: embed_1:
id: embed_1 id: embed_1
@ -2121,68 +2057,6 @@ display:
multi_type: separator multi_type: separator
separator: ', ' separator: ', '
field_api_classes: false 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: field_memo:
id: field_memo id: field_memo
table: taxonomy_term__field_memo table: taxonomy_term__field_memo
@ -2615,7 +2489,6 @@ display:
- user.roles - user.roles
tags: tags:
- 'config:field.storage.taxonomy_term.field_memo' - '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_address'
- 'config:field.storage.taxonomy_term.field_public_email' - 'config:field.storage.taxonomy_term.field_public_email'
- 'config:field.storage.taxonomy_term.field_website' - 'config:field.storage.taxonomy_term.field_website'
@ -3125,68 +2998,6 @@ display:
multi_type: separator multi_type: separator
separator: ', ' separator: ', '
field_api_classes: false 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: field_memo:
id: field_memo id: field_memo
table: taxonomy_term__field_memo table: taxonomy_term__field_memo
@ -3583,7 +3394,6 @@ display:
- user.roles - user.roles
tags: tags:
- 'config:field.storage.taxonomy_term.field_memo' - '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_address'
- 'config:field.storage.taxonomy_term.field_visuels' - 'config:field.storage.taxonomy_term.field_visuels'
- 'config:field.storage.taxonomy_term.field_workflow' - 'config:field.storage.taxonomy_term.field_workflow'

View File

@ -26,7 +26,6 @@ dependencies:
- user.role.free_user - user.role.free_user
- user.role.root - user.role.root
- user.role.student - user.role.student
- user.role.unverified
module: module:
- address - address
- better_exposed_filters - better_exposed_filters
@ -5096,9 +5095,9 @@ display:
columns: columns:
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
field_name: field_name field_name: field_name
field_first_name: field_first_name field_first_name: field_name
mail: mail mail: field_name
operations: operations operations: field_name
field_organization: field_organization field_organization: field_organization
status: status status: status
access: access access: access
@ -5115,7 +5114,7 @@ display:
sortable: false sortable: false
default_sort_order: asc default_sort_order: asc
align: '' align: ''
separator: '' separator: '<br>'
empty_column: false empty_column: false
responsive: '' responsive: ''
field_first_name: field_first_name:
@ -5474,10 +5473,10 @@ display:
admin_label: '' admin_label: ''
plugin_id: field plugin_id: field
label: Title label: Title
exclude: false exclude: true
alter: alter:
alter_text: false alter_text: true
text: '' text: '({{ field_title }})'
make_link: false make_link: false
path: '' path: ''
absolute: false absolute: false
@ -5538,8 +5537,8 @@ display:
label: Name label: Name
exclude: false exclude: false
alter: alter:
alter_text: false alter_text: true
text: '' text: '{{ field_name }} {{ field_title }} '
make_link: false make_link: false
path: '' path: ''
absolute: false absolute: false
@ -5590,6 +5589,57 @@ display:
multi_type: separator multi_type: separator
separator: ', ' separator: ', '
field_api_classes: false 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: field_position:
id: field_position id: field_position
table: profile__field_position table: profile__field_position
@ -6160,7 +6210,7 @@ display:
exposed: true exposed: true
expose: expose:
operator_id: field_name_value_op operator_id: field_name_value_op
label: Name label: 'Name (field_name)'
description: '' description: ''
use_operator: false use_operator: false
operator: field_name_value_op operator: field_name_value_op
@ -6208,12 +6258,9 @@ display:
plugin_id: user_roles plugin_id: user_roles
operator: or operator: or
value: value:
unverified: unverified
free_user: free_user
contact_company: contact_company contact_company: contact_company
adherent: adherent
group: 1 group: 1
exposed: true exposed: false
expose: expose:
operator_id: roles_target_id_op operator_id: roles_target_id_op
label: Rôles label: Rôles
@ -6317,6 +6364,7 @@ display:
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
field_title: field_title field_title: field_title
field_name: field_name field_name: field_name
operations: field_name
field_position: field_position field_position: field_position
field_phone: field_phone field_phone: field_phone
field_email: field_email field_email: field_email
@ -6336,7 +6384,7 @@ display:
sortable: false sortable: false
default_sort_order: asc default_sort_order: asc
align: '' align: ''
separator: '' separator: '<br>'
empty_column: false empty_column: false
responsive: '' responsive: ''
field_name: field_name:
@ -6346,6 +6394,11 @@ display:
separator: '' separator: ''
empty_column: false empty_column: false
responsive: '' responsive: ''
operations:
align: ''
separator: ''
empty_column: false
responsive: ''
field_position: field_position:
sortable: false sortable: false
default_sort_order: asc default_sort_order: asc

View File

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

View File

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

View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

19665
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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

View File

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

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

View File

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

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