Peter Jaap Blaakmeer
Peter Jaap Blaakmeer
`vendor/bin/phpcs --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.2 -p vendor/catgento` ``` FILE: /data/magento2/vendor/catgento/module-admin-activity/Model/Handler.php --------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE --------------------------------------------------------------------------------------------------------------------------------------------------- 75 | WARNING | Method name "Handler::__initLog" is discouraged;...
After this PR is merged; https://github.com/magento/magento-cloud-patches/pull/86 We can merge this branch into master; https://github.com/elgentos/magento2-composer-quality-patches/tree/patches-json-format
We need to think of a different flow for the settings I guess, since we don't always have a `selectedMagento2ProjectDir` yet when we open the settings page (only when the...
The amazing @convenient added a few output types to the Ampersand tool (see [commit](https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper/blob/162f6ae89e560312eee3aaf96656bf1a0ea40289/src/Ampersand/PatchHelper/Helper/PatchOverrideValidator.php#L14)); ``` const TYPE_QUEUE_CONSUMER_ADDED = 'Queue consumer added'; const TYPE_QUEUE_CONSUMER_REMOVED = 'Queue consumer removed'; const TYPE_QUEUE_CONSUMER_CHANGED =...
Both webhook controllers now use the document ID in the payload to retrieve documents through the API and consequently flush the relevant cache types. This works perfectly fine on publish....
Right now, the sitemap functionality does not fetch documents from the locale fallback if one is configured; https://github.com/elgentos/magento2-prismicio/blob/master/Model/ItemProvider/PrismicPages.php#L73 To fix this, we need to run two queries; one for the...
We could create a CLI command that scaffolds PHTML/XML for content-types. Let's say you have a content type in Prismic called `authors`. You would then run `bin/magento prismic:scaffold --title authors--content-type...
There is a Mollie Fetch Status button in the Magento backend:  When clicked, and the status is Paid, the observer in this extension is triggered. But it gives an...
Opmerkingen van Barry; > Uit interesse mbt die Imgix module, had je deze commit gezien? https://github.com/magento/magento2/commit/41b1cd54488dd6709124d618f1c570e9d0eab51a > Als je de URL optie op ‘dynamic hash’ zet dan vervangt ie dus...