Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #112 from bellcom/develop
Browse files Browse the repository at this point in the history
JVK-884-94969 Patch added
  • Loading branch information
stankut authored May 17, 2021
2 parents e07c689 + e17e732 commit ea6224f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/public_html/profiles/valhalla/modules/contrib/patched/field_collection_deploy/field_collection_deploy.module b/public_html/profiles/valhalla/modules/contrib/patched/field_collection_deploy/field_collection_deploy.module
index 100735f8..74329a6d 100644
--- a/public_html/profiles/valhalla/modules/contrib/patched/field_collection_deploy/field_collection_deploy.module
+++ b/public_html/profiles/valhalla/modules/contrib/patched/field_collection_deploy/field_collection_deploy.module
@@ -179,7 +179,7 @@ function field_collection_deploy_import_field_collection($node, $field_collectio

$entity_controller = new EntityAPIController("field_collection_item");
$item['item_id'] = NULL;
- $item['original'] = TRUE;
+ //$item['original'] = TRUE;
$item_encoded = drupal_json_encode($item);

$entity = $entity_controller->import($item_encoded);
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function field_collection_deploy_import_field_collection($node, $field_collectio

$entity_controller = new EntityAPIController("field_collection_item");
$item['item_id'] = NULL;
$item['original'] = TRUE;
//$item['original'] = TRUE;
$item_encoded = drupal_json_encode($item);

$entity = $entity_controller->import($item_encoded);
Expand Down

0 comments on commit ea6224f

Please sign in to comment.