Browse Source

Re-add patch for Integrity constraint violation in Paragraphs.

8.x-1.x
Alexander O'Neill 4 years ago
parent
commit
93776ff1d5
  1. 8
      composer.json

8
composer.json

@ -5,7 +5,7 @@
"keywords": [
"Drupal"
],
"license": "GPL-2.0+",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/media_attribution",
"minimum-stability": "dev",
"support": {
@ -23,6 +23,12 @@
"services": {
"drush.services.yml": "^9"
}
},
"patches": {
"drupal/paragraphs": {
"Integrity constraint violation: 1048 Column 'langcode' cannot be null":
"https://www.drupal.org/files/issues/2020-06-25/paragraphs-2901390-51.patch"
}
}
}
}

Loading…
Cancel
Save