- Issue created by @justin.dasilva
I fixed my issue for now by specifying version `1.0.0-rc5` in my `composer.json`. It seems that updating to `1.0` breaks my Drupal.
- 🇮🇳India dineshkumarbollu
Hi @justin.dasilva
In S3fsCorsAdminForm.php form updating the line from
protected TypedConfigManagerInterface $typedConfigManager,
to
TypedConfigManagerInterface $typedConfigManager,
will fix the issue in 10.3 drupal and s3fs_cors 1.0
- First commit to issue fork.
- heddn Nicaragua
Let's see if this gets tripped up when we run tests against 10.3: https://git.drupalcode.org/project/s3fs_cors/-/jobs/3523936
Sure enough, this is an issue. Can someone add some changes to the MR to fix this?
Automatically closed - issue fixed for 2 weeks with no activity.