Account created on 6 April 2009, about 15 years ago
#

Merge Requests

More

Recent comments

πŸ‡¬πŸ‡§United Kingdom jamsilver

Committed and pushed to 1.0.x. Thank you for your contribution!

πŸ‡¬πŸ‡§United Kingdom jamsilver

Raised a follow up issue, requesting we store this node reference as a UUID rather than an ID to make it simpler to script the set-up and deployment of this module: https://www.drupal.org/project/cookiebot/issues/3414375 ✨ Store node reference via UUID rather than ID to aid multi-environment deployments Needs review

πŸ‡¬πŸ‡§United Kingdom jamsilver

Oh I've realised that the module maintainer fixed this issue directly on 2.x last month.

Rather than apply a patch, install this exact commit to get the better fix. For example:

php composer.phar require drupal/flexible_views:dev-2.x#a669a7

πŸ‡¬πŸ‡§United Kingdom jamsilver

This patch does not work for me. It simply causes a Fatal Error when $fields tries to be used further down the method.

For me, the notice is associated with loading an attached Data Export display, since the style plugin is different. In this case the exposed form is irrelevant. Suggest an early return.

πŸ‡¬πŸ‡§United Kingdom jamsilver

I've raised a Merge Request with a first pass here.

In theory to remain backwards compatible we'd need to write an update hook that updates all user roles that have "access content" to add the new "administer views_save_search_filter searches" perm. This is not presently included.

Alternatively could bump the major version.

πŸ‡¬πŸ‡§United Kingdom jamsilver

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

πŸ‡¬πŸ‡§United Kingdom jamsilver

I've raised a MR that adds Move to Top / Move to Bottom buttons. It's not the full drag & drop solution, but it's not nothing either.

πŸ‡¬πŸ‡§United Kingdom jamsilver

Looks like https://www.drupal.org/project/content_roles β†’ may be doing a very similar thing. If so, perhaps we should recommend am upgrade path to that module for D9?

πŸ‡¬πŸ‡§United Kingdom jamsilver

This patch worked perfectly to solve the problem for ckeditor_resize 1.3.0

πŸ‡¬πŸ‡§United Kingdom jamsilver

I had a situation with a unit tests that failed because it executed the same migration twice in the same page request. It wasn't enough for migrate_tools_sync state to be reset in the constructor.

I've created a Merge Request that adds the following changes to the patch in 22 (interdiff attached):

  1. Reset migrate_tools_sync at the point of scanning through source rows to collect the IDs. This fixes my unit test
  2. Factor that bit of code to a new method for readability.

I've also raised this as a Merge Request, rather than as a patch, since that is the workflow in place on this ticket originally. I raised a new one because things seem to have moved along quite a lot since the original was raised.

Tests fail, but the first error I'm seeing looks unrelated to my change. Is there a problem with the tests at the moment?

πŸ‡¬πŸ‡§United Kingdom jamsilver

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

πŸ‡¬πŸ‡§United Kingdom jamsilver

This has been working for us in a production codebase for a couple years.

Production build 0.69.0 2024