Skip to content
Snippets Groups Projects

Issue #3406122-configure-link: Added configure link for module.

Open Gaurav Gupta requested to merge issue/automatic_updates-3406122:3406122-configure into 3.1.x
Files
5
@@ -316,6 +316,8 @@ class ConverterCommand extends Command {
// https://drupal.org/i/3347937.
'scripts',
'dictionary.txt',
// @todo Remove in https://www.drupal.org/i/3432496.
'src/Validator/ConsoleUserValidator.php',
];
$removals = array_map(function ($path) use ($core_module_path) {
return "$core_module_path/$path";
Loading