- Issue created by @dmundra
- Merge request !8Temporarily adding upgrade_status and updating version to 11 β (Merged) created by dmundra
- πΊπΈUnited States dmundra Eugene, OR
I used the tugboat site and installed upgrade_status to see if there are any updates needed other than the version upgrade and did not find any. See attached screenshot.
So this is ready for review.
- πΊπΈUnited States dmundra Eugene, OR
Did get an error when trying to configure the settings
ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /var/lib/tugboat/src/Form/ContentRemindersSettingsForm.php on line 27 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 44 of /var/www/drupal/web/core/lib/Drupal/Core/Form/ConfigFormBase.php).
- πΊπΈUnited States dmundra Eugene, OR
Okay I fixed it following example from https://www.drupal.org/project/node_read_time/issues/3473652 π Drupal 11 issue on config form, ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct() Fixed
- πΊπΈUnited States mkinnune
This looks good. The tugboat is on D11 and the module is installed and looks to be working fine. And thank you for cleaning up the pipeline errors!