I applied the patch, but the functionality is not working, nothing is copied when we click on the link, do we need to install any external libraries?
Thanks
Any updates about this one after the new release version 1.0.0?
Thanks
omnia.ibrahim → created an issue.
How this is done using ECA module? the patch is not working and couldn't figure out the way in ECA module.
Thanks
Patch is not working in Drupal version: 10.2.5 " https://www.drupal.org/files/issues/2023-01-13/2144377-215.patch → ",
Patches are not working with dev version or version 1.18.0
Updated patch:
I created a patch the fix this issue, by setting unique form_id:
omnia.ibrahim → created an issue.
Thanks a lot for your reply, do you have an example using migration_lookup with parent? I tried to set parent_target_id and it didn't work.
omnia.ibrahim → created an issue.
Having the same issue when exposed filter is links and in block.
I checked after updating to version 2.1.1, and still the same issue when:
AdvAgg Minify CSS
AdvAgg Minify JavaScript
are enabled.
I got an error in line 40:
if (strpos($element[1], 'hreflang_per_language') !== FALSE &&
when using:
$attachments['#attached']['html_head'][] = [
[
'#tag' => 'meta',
'#attributes' => [
'name'=> 'key',
'content' => '3344',
],
],
I tried the patch, but the exported table data contains HTML tags.
omnia.ibrahim → created an issue.