In the latest update hook, 6204, you set the warning text "Embedded Media Field no longer offers default third party media...", however, you use drupal_set_message to display an error, instead of a warning. This causes some updates to fail (for example, Aegir/drush migrations).
The attached patch changes the drupal_set_message to display a warning instead of an error.
| Comment | File | Size | Author |
|---|---|---|---|
| emfield_install_warning.patch | 778 bytes | hadsie |
Comments
Comment #1
uberellis commented*subscribe*
Comment #2
alex ua commentedThanks for the patch, this has been committed to the dev branch and will be rolled with the next release (probably later today).
Comment #3
alex ua commented