Problem/Motivation
I went to upgrade from 2.0.x to 3.0.x and see that video_embed_wysiwyg was removed without an upgrade hook, deprecation, or anything
Steps to reproduce
Proposed resolution
Add the module back and properly deprecate it for removal
Remaining tasks
Add back the module
User interface changes
NA
API changes
NA
Data model changes
NA
Issue fork video_embed_field-3518193
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3518193-no-upgrade-path
changes, plain diff MR !79
Comments
Comment #2
mably commentedThanks for creating this issue.
What would be the best way to do that?
Added a more explicit message on the module home page.
Comment #3
smustgrave commentedYou’d have to add the module back and deprecate it and since it’s in use you’d have to do a post update hook that removes it from text editors.
Comment #5
smustgrave commentedHaven’t tested yet but something like that.
Functionality isn’t lost now without the wysiwyg?
Comment #6
mably commentedWysiwyg module has been added back in 3.0.0-beta2 release.