diff --git a/core/lib/Drupal/Core/Config/ConfigInstaller.php b/core/lib/Drupal/Core/Config/ConfigInstaller.php index 8dbf1a3..0cc5d00 100644 --- a/core/lib/Drupal/Core/Config/ConfigInstaller.php +++ b/core/lib/Drupal/Core/Config/ConfigInstaller.php @@ -523,7 +523,7 @@ protected function validateDependencies($config_name, array $data, array $enable if (!empty($list_to_check)) { $missing = array_diff($dependencies, $list_to_check); if (!empty($missing)) { - return FALSE; + return FALSE; } } } diff --git a/core/modules/system/src/Tests/Installer/MinimalInstallerTest.php b/core/modules/system/src/Tests/Installer/MinimalInstallerTest.php index 8a3a4c5..5946212 100644 --- a/core/modules/system/src/Tests/Installer/MinimalInstallerTest.php +++ b/core/modules/system/src/Tests/Installer/MinimalInstallerTest.php @@ -42,15 +42,6 @@ public function testMinimalConfig() { $profile_config_storage = new FileStorage($default_install_path, StorageInterface::DEFAULT_COLLECTION); $skipped_config = []; - // \Drupal\filter\Entity\FilterFormat::toArray() drops the roles of filter - // formats. -// $skipped_config['filter.format.basic_html'][] = 'roles:'; -// $skipped_config['filter.format.basic_html'][] = ' - authenticated'; -// $skipped_config['filter.format.full_html'][] = 'roles:'; -// $skipped_config['filter.format.full_html'][] = ' - administrator'; -// $skipped_config['filter.format.restricted_html'][] = 'roles:'; -// $skipped_config['filter.format.restricted_html'][] = ' - anonymous'; - foreach ($profile_config_storage->listAll() as $config_name) { $result = $config_manager->diff($profile_config_storage, $active_config_storage, $config_name); try { diff --git a/core/profiles/standard/config/install/field.field.user.user.user_picture.yml b/core/profiles/standard/config/install/field.field.user.user.user_picture.yml index c7499fb..2672650 100644 --- a/core/profiles/standard/config/install/field.field.user.user.user_picture.yml +++ b/core/profiles/standard/config/install/field.field.user.user.user_picture.yml @@ -13,6 +13,7 @@ bundle: user label: Picture description: 'Your virtual face or picture.' required: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/core/profiles/standard/config/install/field.storage.user.user_picture.yml b/core/profiles/standard/config/install/field.storage.user.user_picture.yml index 1b48b0d..48da557 100644 --- a/core/profiles/standard/config/install/field.storage.user.user_picture.yml +++ b/core/profiles/standard/config/install/field.storage.user.user_picture.yml @@ -23,6 +23,7 @@ settings: module: image locked: false cardinality: 1 +translatable: true indexes: target_id: - target_id