πŸ‡ΊπŸ‡ΈUnited States @dangur

Account created on 20 September 2010, almost 14 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States dangur

Sounds good. I believe this condition only happens when the webform module is installed first, but that is an untested hypothesis.

πŸ‡ΊπŸ‡ΈUnited States dangur

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!

πŸ‡ΊπŸ‡ΈUnited States dangur

drupal-9-compatibility-3130389-3.patch looks good to me

Production build 0.69.0 2024