πŸ‡³πŸ‡ΏNew Zealand @fraserthompson

Dunedin, New Zealand
Account created on 5 August 2015, almost 9 years ago
#

Merge Requests

Recent comments

πŸ‡³πŸ‡ΏNew Zealand fraserthompson Dunedin, New Zealand

MR !88 solves the problem, but doesn't address the root cause. There are also numerous other issues with event listeners in this release.

Multiple identical document level event listeners are being added more than once, which may or may not effect performance, but in any case is bad practice. Even if we check for the menu being open before trying to close it, it still adds an event listener unnecessarily every time the menu is closed. It also adds event listeners multiple times for each menu link.

The above merge request should fix all of this.

πŸ‡³πŸ‡ΏNew Zealand fraserthompson Dunedin, New Zealand

fraserthompson β†’ made their first commit to this issue’s fork.

πŸ‡³πŸ‡ΏNew Zealand fraserthompson Dunedin, New Zealand

Actually, while the above patch avoids the error it doesn't replicate the old behaviour and introduces an issue where empty rows are displayed.

This version fixes that.

πŸ‡³πŸ‡ΏNew Zealand fraserthompson Dunedin, New Zealand

I was experiencing this issue after upgrading to Drupal 10 and PHP 8.2 and the above patch fixed it.

πŸ‡³πŸ‡ΏNew Zealand fraserthompson Dunedin, New Zealand

I also experienced this issue after upgrading to Drupal 10 and the above patch fixed it.

Given that this is a requirement for Drupal 10 and Drupal 9 is deprecated in a few weeks, I think this should be higher priority.

πŸ‡³πŸ‡ΏNew Zealand fraserthompson Dunedin, New Zealand

Also confirming that the dev branch works with Composer on Drupal 10 but the current stable release doesn't and throws an error.

πŸ‡³πŸ‡ΏNew Zealand fraserthompson Dunedin, New Zealand

This would be really useful for odd use cases, such as ours. We want to break the "one price field per currency" thing and have two USD fields which are used in different stores. Out of the box this isn't possible, but if we could plugin to the resolver we could do this simply without modifying this modules code.

πŸ‡³πŸ‡ΏNew Zealand fraserthompson Dunedin, New Zealand

Patch adds tokens so we can access translation source values on commerce products eg. `[commerce_product:source:title:value]`

πŸ‡³πŸ‡ΏNew Zealand fraserthompson Dunedin, New Zealand

This would be a very useful feature and the patch looks good. Can it be merged?

Production build 0.69.0 2024