- Issue created by @macdev_drupal
- First commit to issue fork.
- πΊπΈUnited States jrockowitz Brooklyn, NY
I think the best we can do is to add an additional warning when updating Drupal that recommends the developer download the Webform Deprecated project.
- Merge request !721Issue #3544435: Upgrade 6.2.x β 6.3.x removes webform_shortcuts β causes... β (Merged) created by jrockowitz
This is the third instance of the same issue reported.
Was this module never actually marked as deprecated β in 6.2? It seems not. In truth, only a major release should include backward compatibility breaks. In this case, at a minimum these modules should be marked as deprecated in a 6.2 release. Isn't it too late to put this code in 6.3.x?
- π©πͺGermany macdev_drupal Wiesbaden
Thanks that helps!
Maybe note the requirement on the webform module page, too?
That was the place I was looking for infos when I ran into the error:What about the Webform Bootstrap Module?
Should it be mooved to https://www.drupal.org/project/webform_deprecated β as well?
I later ran into similiar issues and did adrush pmu webform_bootstrap
to get the config imported. - π©πͺGermany macdev_drupal Wiesbaden
Is it correct that webform_deprecated does not yet appear in packages.drupal.org?
I had to add the git repo to our composer.json before I could do a composer require drupal/webform_deprecated:6.3.x-dev@dev -W{"type": "composer",
"url": "https://packages.drupal.org/8"
},
{"type": "vcs", "url": "https://git.drupalcode.org/project/webform_deprecated.git"} - πΊπΈUnited States jrockowitz Brooklyn, NY
I tagged a release so that the webform_deprecated package will appear via composer.
https://www.drupal.org/project/webform_deprecated/releases/6.3.0-beta4 β