🇬🇧United Kingdom @dahousecat

Account created on 8 July 2011, almost 13 years ago
#

Recent comments

🇬🇧United Kingdom dahousecat

This is the patch I'm using as I know I will only 1 have instance per page.
This patch won't work if you have multiple views on the same page all using this sorting plugin.

🇬🇧United Kingdom dahousecat

Module already has this.
I had a patch to remove it :(

🇬🇧United Kingdom dahousecat

I can confirm using the devel config editor to manually update the plugin to 'entity:delete_action:message' worked for me too.

🇬🇧United Kingdom dahousecat

This should do it:

$profile = Profile::load(123123);
$address1 = $profile->get('address');
$profile->set('field_address2', $address1->first()->getValue());
$profile->save();

Of course if this is multi cardinality replace first() with a loop.

🇬🇧United Kingdom dahousecat

Passing the preferredCountries to intlTelInput only works if countrySearch is turned off.
This is documented on this page under the preferredCountries section.

This is a simple 1 line change in js/webform.element.telephone.js to disable countrySearch when preferred countries are set.

I've attached a patch which is against 6.1.x.

🇬🇧United Kingdom dahousecat

Here is a patch to allow float values in the Slides to show field against the 8.x-2.x version.

Production build 0.69.0 2024