volkswagenchick β credited dangur β .
volkswagenchick β credited dangur β .
volkswagenchick β credited dangur β .
Sounds good. I believe this condition only happens when the webform module is installed first, but that is an untested hypothesis.
Chalk another one up to silly composer tricks. I noticed the same non-issue when I went to do a clean install using DrupalPod. I was using composer require 'drupal/webform:^6.2@beta'
which was giving me webform(_submission_log) 6.2.0-beta5, but for some reason composer thought I had webform_submission_log[5.0.0, ..., 5.31.0, 6.0.0, ..., 6.1.4]. I rectified the situation by explicitly specifying the version of webform_submission_log:
composer require 'drupal/webform_submission_log:^6.2@beta' --with-all-dependencies
which allowed me to successfully get webform autosave with
poser require 'drupal/webformautosave:^2.0' --with-all-dependencies
Thanks!
dangur β created an issue.
drupal-9-compatibility-3130389-3.patch looks good to me