temporary fixed core bug with migration after breve were deleted, changed migration breve to article

This commit is contained in:
2019-02-13 19:48:27 +01:00
parent 5eacf24bab
commit 0e064d7f52
27 changed files with 492 additions and 227 deletions

View File

@@ -92,6 +92,9 @@
"drush/Commands/{$name}": ["type:drupal-drush"]
},
"patches": {
"drupal/core": {
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch"
},
"drupal/migrate_tools": {
"The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch"
}