diff --git a/composer.json b/composer.json index 7c21627a..619bdea8 100644 --- a/composer.json +++ b/composer.json @@ -284,6 +284,9 @@ "drupal/mautic": { "Mautic blocks | http://drupal.org/node/3229268": "patches/mautic-blocks-3229268-01.patch" }, + "drupal/monsido_tools": { + "Monsido Script Textarea field setting as FALSE": "patches/monsido_tools.patch" + }, "drupal/pathauto": { "Aliases are not created for affected translations | http://drupal.org/node/2973478": "https://www.drupal.org/files/issues/2018-07-12/2973478-4.patch" }, diff --git a/composer.lock b/composer.lock index 485f205a..ca9fef58 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8b023c0e8a7ac4c4fbbea5194cc85ddb", + "content-hash": "cb3a2d1d173b67607ff54a7828da2f37", "packages": [ { "name": "abraham/twitteroauth", @@ -8045,17 +8045,17 @@ }, { "name": "drupal/editoria11y", - "version": "2.1.16", + "version": "2.1.17", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "2.1.16" + "reference": "2.1.17" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.16.zip", - "reference": "2.1.16", - "shasum": "660ae0feeade810aac9d67cb8d00b14f5a5403ad" + "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.17.zip", + "reference": "2.1.17", + "shasum": "7c9af73ebfe342d988abf2a89e41d324bfc31766" }, "require": { "drupal/core": "^9 || ^10 || ^11" @@ -8066,8 +8066,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.16", - "datestamp": "1715359756", + "version": "2.1.17", + "datestamp": "1715783435", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" diff --git a/modules/df/df_core/df_core.module b/modules/df/df_core/df_core.module index 2c9b2327..a6984981 100644 --- a/modules/df/df_core/df_core.module +++ b/modules/df/df_core/df_core.module @@ -27,7 +27,7 @@ function df_core_requirements($phase) { $requirements['df_version'] = [ 'title' => t("Demo Framework"), 'value' => t("7.1.0"), - 'description' => 'Last Update: 2024-05-15', + 'description' => 'Last Update: 2024-05-16', 'severity' => REQUIREMENT_INFO, ]; } diff --git a/patches/monsido_tools.patch b/patches/monsido_tools.patch new file mode 100644 index 00000000..703c2dfa --- /dev/null +++ b/patches/monsido_tools.patch @@ -0,0 +1,13 @@ +diff --git a/src/Form/MonsidoSettingsForm.php b/src/Form/MonsidoSettingsForm.php +index 3595c64..d133fed 100644 +--- a/src/Form/MonsidoSettingsForm.php ++++ b/src/Form/MonsidoSettingsForm.php +@@ -74,7 +74,7 @@ class MonsidoSettingsForm extends ConfigFormBase { + '#title' => $this->t('Script from Monsido.com'), + '#default_value' => $config->get('monsido_script'), + '#description' => $this->t('Paste in the generated script from the Monsido web app. Please provide the entire script as generated.'), +- '#required' => TRUE, ++ '#required' => FALSE, + '#states' => [ + 'visible' => [ + ':input[name=enable]' => ['checked' => TRUE],