From 30cc66fb613e6687175e060beb420e3cc4330581 Mon Sep 17 00:00:00 2001 From: Anton Smarovydlo Date: Fri, 27 Dec 2024 18:59:11 +0100 Subject: [PATCH] FRW-9475 Fixed issue with new entity saving for DataExchangeAPI child relations. --- composer.lock | 14 +++++++------- .../data/installer/configuration.json | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 0656adfc3d..9d85190393 100644 --- a/composer.lock +++ b/composer.lock @@ -32907,20 +32907,20 @@ }, { "name": "spryker/dynamic-entity", - "version": "1.15.0", + "version": "1.17.0", "source": { "type": "git", "url": "https://github.com/spryker/dynamic-entity.git", - "reference": "94c666f853491d75045847e6a6c928217e7bf03c" + "reference": "07d76289f12d6d36940ed2b02fd40d2c21a384f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/dynamic-entity/zipball/94c666f853491d75045847e6a6c928217e7bf03c", - "reference": "94c666f853491d75045847e6a6c928217e7bf03c", + "url": "https://api.github.com/repos/spryker/dynamic-entity/zipball/07d76289f12d6d36940ed2b02fd40d2c21a384f1", + "reference": "07d76289f12d6d36940ed2b02fd40d2c21a384f1", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "spryker/dynamic-entity-extension": "^1.0.0", "spryker/installer-extension": "^1.0.0", "spryker/kernel": "^3.30.0", @@ -32952,9 +32952,9 @@ ], "description": "DynamicEntity module", "support": { - "source": "https://github.com/spryker/dynamic-entity/tree/1.15.0" + "source": "https://github.com/spryker/dynamic-entity/tree/1.17.0" }, - "time": "2024-05-30T10:46:52+00:00" + "time": "2024-12-26T14:23:31+00:00" }, { "name": "spryker/dynamic-entity-backend-api", diff --git a/src/Pyz/Zed/DynamicEntity/data/installer/configuration.json b/src/Pyz/Zed/DynamicEntity/data/installer/configuration.json index 1193e65520..b2ecc53907 100644 --- a/src/Pyz/Zed/DynamicEntity/data/installer/configuration.json +++ b/src/Pyz/Zed/DynamicEntity/data/installer/configuration.json @@ -784,8 +784,8 @@ { "fieldName": "name", "fieldVisibleName": "name", - "isCreatable": false, - "isEditable": false, + "isCreatable": true, + "isEditable": true, "type": "string", "validation": { "isRequired": false @@ -794,8 +794,8 @@ { "fieldName": "template_path", "fieldVisibleName": "template_path", - "isCreatable": false, - "isEditable": false, + "isCreatable": true, + "isEditable": true, "type": "string", "validation": { "isRequired": false