Add full support for Feed module's feeds type

Created on 4 May 2023, over 1 year ago
Updated 10 May 2024, 8 months ago

Problem/Motivation

Feeds (for importing content/data) are configuration that is often updated by site builders, so I guess many people have my same need.
When I clone a feed type I currenty get a few errors:

  1. on cloning: Warning: Undefined array key "status" in Drupal\entity_clone\Form\EntityCloneForm->submitForm() (line 274 of /var/www/html/web/modules/contrib/entity_clone/src/Form/EntityCloneForm.php)
  2. on visiting the cloned's /tamper page...
  3. Warning: Undefined array key "parent:field_XentityRef" in Drupal\feeds_tamper\Form\TamperListForm->buildTampersTable() (line 177 of modules/contrib/feeds_tamper/src/Form/TamperListForm.php).
  4. Warning: Trying to access array offset on value of type null in Drupal\feeds_tamper\Form\TamperListForm->buildTampersTable() (line 177 of modules/contrib/feeds_tamper/src/Form/TamperListForm.php).
  5. ... because none of the fields were cloned (I tested plain text and entity references).

Steps to reproduce

entity_clone 2.0.0-beta3
feeds 8.x-3.0-beta3
drupal 10.0.9
php 8.1.13

Feature request
Status

Postponed

Version

2.0

Component

Code

Created by

🇮🇹Italy kopeboy Milan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024