Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
Add patch to bail out of Media Entity drush hook if module is uninsta…
Browse files Browse the repository at this point in the history
…lled (#505)
  • Loading branch information
balsama authored Oct 31, 2017
1 parent 208d934 commit 8913bd7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
unfulfilled requirements when running database updates. (Issue #2919204)
* Removed a duplicate directory that caused problems when downloading via
Composer. (GitHub #502)
* Worked around a bug where some versions of Drush run hooks that are provided
by uninstalled modules. (GitHub #496)

## 2.2.1
* Lightning Media has been updated to use the new Core Media system.
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@
"2918166 - Media Entity should uninstall itself after migration to core Media is complete":
"https://www.drupal.org/files/issues/2918166-7.patch",
"2919381 - Don't cache media_entity_type_plugins":
"https://www.drupal.org/files/issues/2919381-2.patch"
"https://www.drupal.org/files/issues/2919381-2.patch",
"2919754 - non-existent service 'plugin.manager.media_entity.type'":
"https://www.drupal.org/files/issues/media_entity-drush_updatedb-2919754-6-D8.patch"
},
"drupal/media_entity_instagram": {
"2917454 - Field formatter test is broken":
Expand Down
14 changes: 11 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ projects[media_entity][patch][] = https://www.drupal.org/files/issues/media-enti
projects[media_entity][patch][] = https://www.drupal.org/files/issues/2918172-5.patch
projects[media_entity][patch][] = https://www.drupal.org/files/issues/2918166-7.patch
projects[media_entity][patch][] = https://www.drupal.org/files/issues/2919381-2.patch
projects[media_entity][patch][] = https://www.drupal.org/files/issues/media_entity-drush_updatedb-2919754-6-D8.patch
projects[media_entity][version] = 1.6
projects[media_entity_document][type] = module
projects[media_entity_document][version] = 1.1
Expand Down

0 comments on commit 8913bd7

Please sign in to comment.