Account created on 2 November 2023, over 1 year ago
#

Merge Requests

Recent comments

🇯🇴Jordan oways23

Fix an error if you left the Vocabulary empty.

🇯🇴Jordan oways23

Removing assert() from patch #11 and replace it with if statement.
why did I removed the assert() because on Production the zend.assertions will be -1 (at most cases) so assert won't be working as expected.
I got the error on AddToCartEvent.

Error: Error: Call to a member function getStore() on null in Drupal\google_tag\Plugin\GoogleTag\Event\Commerce\AddToCartEvent->getData() (line 45 of /app/docroot/modules/contrib/google_tag/src/Plugin/GoogleTag/Event/Commerce/AddToCartEvent.php).

with the assert() applied.

🇯🇴Jordan oways23

This is the same patch in comment #33, to make it work with the last update for the module.

🇯🇴Jordan oways23

@berdir
what are the new features that conflicts with this patch?

Production build 0.71.5 2024