This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from bellcom/develop
JVK-884-94969 Patch added
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...contrib/patched/field_collection_deploy/field_collection_deploy-d7.79-compatibility.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters