I'm trying to apply this patch agains version 1.0.3 and it does not work, it only seems to work with 1.0.x, should this be the case?
I'm currently just adding the patch under extra, patches in my composer.json file.
Setting as needs review as I would expect it to apply.
True, had tunnel vision there, have removed those two methods.
Hi Rupert, yes its been ages; hope your doing fine :-)
I've removed the $elementInfo variable and refactored as required.
darrenwh β made their first commit to this issueβs fork.
Adding a patch
darrenwh β created an issue.
This should not break in older versions
Attaching a patch
darrenwh β created an issue.
Just refactoring this as there was an issue accessing the job object using this method, added a var that the array value is assigned to.
Attaching patch
darrenwh β created an issue.
Attached patch
darrenwh β created an issue.
@DamienMcKenna a minimum PHP version could be added to the info file? Will need to go back and see when it changed as pretty sure the syntax has been around for a while.
Created patch
darrenwh β created an issue.
darrenwh β created an issue.
smustgrave β credited darrenwh β .
darrenwh β created an issue.
I've found the issue I think, the elements were a submit and cancel button, I wrapped them in a action section https://api.drupal.org/api/drupal/developer%21topics%21forms_api_referen... and it now seems to work. Closing
darrenwh β created an issue.
Closing works as designed as found a old patch that was overwriting the temp store file
Looking further it is in fact the current user and seems to relate to https://www.drupal.org/node/3006268 β
darrenwh β created an issue.
darrenwh β created an issue.
darrenwh β created an issue.
Attaching patch
darrenwh β created an issue.
The function urlencode in SimpleGMapTrait->viewElements line 254 is throwing a depreciated error in php 8.1
$url_value = is_null($item->value) ? '' : urlencode($item->value);
$address_value = is_null($item->value) ? '' : $item->value;
darrenwh β created an issue.
Rerolled
Adding patch
darrenwh β created an issue.