- Issue created by @blu_regard
- πΊπΈUnited States smustgrave
Not able to reproduce, was able to uninstall just fine.
- πΊπΈUnited States smustgrave
Someone just reported they got this error during drush updb
- π·π΄Romania claudiu.cristea Arad π·π΄
I confirm this happens with 2.0.11 when installing on Drupal 10.5.1
- π·π΄Romania claudiu.cristea Arad π·π΄
More info: One of my project's custom tour has the
module
set as NULL. As in core's tour this class property was not strict typed, NULL was accepted. It's simple for me to switch to an empty string, but I think this case should handled as part of update path process. Also, semantically, NULL might be a better choice for "no module" - π΅πΉPortugal dxvargas
The module parameter was removed here for good reasons:
https://www.drupal.org/i/2443605 βThen it was reintroduced here, but as I understand it wasn't well explained why we need this field.
https://www.drupal.org/project/tour/issues/3468446 π Dependency calc seems to be removing all items Fixed
I think it was reintroduced to make the UI to continue to work. But there was no discussion why we need it back, no arguments against the points given in #2443605.
Also, now the schema doesn't have the module mapping! When I re export a configuration, the "module" info is removed from config.I think the way to go is to remove again the module entry from the Tour class. And to remove it from the
src/Form/TourForm.php
, following the path that began in #2443605. - Merge request !106Issue #3533792 by blu_regard, smustgrave, claudiu.cristea: Updating to new... β (Merged) created by smustgrave
-
smustgrave β
committed e9b77709 on 2.0.x
Issue #3533792 by blu_regard, smustgrave, claudiu.cristea: Updating to...
-
smustgrave β
committed e9b77709 on 2.0.x