- Status changed to Needs work
about 2 years ago 4:02pm 13 February 2023 - 🇨🇭Switzerland berdir Switzerland
+++ b/tests/src/Kernel/WwPublishEventTest.php @@ -147,7 +147,6 @@ class WwPublishEventTest extends WwPublishTestBase { - $logger = new BufferingLogger(); $this->container->get('logger.factory')->addLogger($logger); $data = [ 'MessageId' => '1',
if we don't create a new one we also don't need to add it again or it will be logged twice.
- Status changed to Needs review
about 2 years ago 4:12pm 13 February 2023 - 🇸🇮Slovenia primsi
Addressed that, plus what discussed in chat (composer requires and access checking). I think, then, that the access check in \Drupal\ww_publish\Form\SnsMessageForm::form should be TRUE.
- 🇨🇭Switzerland berdir Switzerland
+++ b/ww_publish.info.yml @@ -4,7 +4,7 @@ description: 'The module enable to publish content from WoodWing Studio via Amaz core: 8.x configure: ww_publish.settings -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10 dependencies: - amazon_sns:amazon_sns - drupal:node diff --git a/ww_publish.module b/ww_publish.module diff --git a/ww_publish.module b/ww_publish.module index ebfd9fc..9b657c2 100644
don't forget to check for the required min version when doing patches like this. Modules are very rarely compatible with D8, this requires 9.3 for file_save_data(), in which case we also need to remove the core: 8.x definition. Fixed on commit.
- Status changed to Fixed
about 2 years ago 12:56pm 15 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.