Exported MR into patch to use in composer.
Issue actual only for current release 2.0.0, in 2.0.x-dev it's already fixed.
Attached patch for that.
kiseleva.t β changed the visibility of the branch 3519213-php-8.4-fix to hidden.
kiseleva.t β created an issue.
Exported MR into patch to use in composer.
kiseleva.t β created an issue.
Attached file for v6.0.5 to fix these PHP8.4 warnings:
FILE: /src/MigrateExecutable.php
--------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------
91 | ERROR | [x] Parameter $message has null default value, but is not marked as nullable.
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------
FILE: /src/Routing/RouteProcessor.php
--------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------
26 | ERROR | [x] Parameter $bubbleable_metadata has null default value, but is not marked as nullable.
--------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------
Exported MR into patch to use in composer.
Exported MR into patch to use in composer.
Patch for nullable declarations only, for v3.0.2.
Exported MR into patch to use in composer.
Exported MR into patch to use in composer.
Actually in 3.x version it already fixed, but for case the 2.x with D10.3 and PHP 8.4 issue is still presented.
kiseleva.t β created an issue.
kiseleva.t β created an issue.
Exported MR into patch to use in composer.
kiseleva.t β created an issue.
Exported MR into patch to use in composer.
Exported MR into patch to use in composer.
Exported MR into patch to use in composer.
Exported MR into patch to use in composer.
Exported MR into patch for composer.
kiseleva.t β created an issue.
Exported MR to patch for composer.
Exported MR changes into patch to use in composer.
Rerolled patch for 1.12.
Static patch for use in composer.
kiseleva.t β created an issue.
Included changes from https://www.drupal.org/node/3510584 β and updated logic to have clone option available only for included CTs even for admins with bypass node access permission.
Rolled back commit `ccd1255d` to avoid issues on existing configuration.
MR fixed issue for us too, thank you!
Exported MR into static patch.
Exported MR changes into static file patch.
kiseleva.t β made their first commit to this issueβs fork.
kiseleva.t β made their first commit to this issueβs fork.
Added an empty section to new entity before first save, in that case layout storage will be OverridesSectionStorageInterface and on next save at the end of import, it will not duplicate inline blocks.
kiseleva.t β made their first commit to this issueβs fork.
Attached static patch file for use on project.
kiseleva.t β created an issue.
did not know that block_id is a part of layout builder component, is it available out of the box in Drupal core or it's extra that is provided by some patch or contrib module?
That's part of default configuration at layout_builder/src/Plugin/Block/InlineBlock.php
Attached static file patch for using on project.
kiseleva.t β created an issue.
kiseleva.t β made their first commit to this issueβs fork.
kiseleva.t β made their first commit to this issueβs fork.
kiseleva.t β made their first commit to this issueβs fork.
aponomarenko β credited kiseleva.t β .
After upgrade to 8.x-2.0-alpha6 external entities got broken for me, it could not correctly get value for some properties, for example, label.
Found that it happens due to use doCreate method in mapFromRawStorageData, there are seems some differences for external entities between these two way of creation:
$entity = new $entity_class([], $this->entityTypeId, $bundle);
$this->initFieldValues($entity, $values);
and
$entity = new $entity_class($values, $this->entityTypeId, $bundle);
I didn't investigate more deep, just suggest to rollback usage of doCreate.
Updated MR with latest 3.x-dev version and exported static patch file to use with installed 3.4.1 module version on the project.
kiseleva.t β created an issue.
Just wrapped the code by next condition:
if (typeof drupalSettings.simple_recaptcha !== 'undefined' && typeof drupalSettings.simple_recaptcha.form_ids !== 'undefined') {}
for v3:
if (typeof drupalSettings.simple_recaptcha_v3 !== 'undefined' && typeof drupalSettings.simple_recaptcha_v3.forms !== 'undefined') {}
kiseleva.t β created an issue.
kiseleva.t β created an issue.
Updated patch for latest 3.x-dev
Patch for 9.3