- last update
almost 2 years ago 2 pass, 4 fail - ๐บ๐ธUnited States kurttrowbridge
This has been working well for me for a while on 1.0, but I had to reroll against the newest version of the module. Patch attached.
The last submitted patch, 10: content-type-feature-3159253-10.patch, failed testing. View results โ
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- last update
almost 2 years ago 2 pass, 4 fail - ๐บ๐ธUnited States kurttrowbridge
Whoopsโtrying again with PHPCS fixes in place.
The last submitted patch, 12: content-type-feature-3159253-12.patch, failed testing. View results โ
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- First commit to issue fork.
- Merge request !10Issue #3159253: Restrict replicate feature wrt content type. โ (Open) created by yusuf_khan
- Open on Drupal.org โCore: 9.5.x + Environment: PHP 7.3 & MariaDB 10.3.22last update
over 1 year ago Not currently mergeable. - Status changed to Needs work
over 1 year ago 7:39pm 9 November 2023 - ๐ง๐พBelarus alexdoma
Update latest patch. Added validations when nothing selected.
- last update
over 1 year ago 2 pass, 4 fail - last update
over 1 year ago 2 pass, 4 fail - last update
over 1 year ago 2 pass, 4 fail - last update
over 1 year ago 2 pass, 4 fail - First commit to issue fork.
- ๐บ๐ธUnited States mikemiles86
Pushed an re-roll of the patch for the open MR (MR10) so that it works with the latest version of 8.x-1.x.
- ๐บ๐ฆUkraine knyshuk.vova
The patch is from the current merge request #10, no changes, just to keep it here.
- ๐บ๐ฆUkraine knyshuk.vova
The patches above indeed allow replication only for selected content types. However, they also break replication for other entity types (the route access for /replicate). This is because the logic for nodes is applied to other entity types as well (but should not). Patch #8 had the correct logic regarding this, but the newest patches - not. We should apply the node logic only if there is a node object.