Skip to content

Commit

Permalink
FRW-9475 Fixed issue with new entity saving for DataExchangeAPI child…
Browse files Browse the repository at this point in the history
… relations.
  • Loading branch information
asmarovydlo committed Dec 27, 2024
1 parent 622c760 commit aeae6da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/Pyz/Zed/DynamicEntity/data/installer/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,8 @@
{
"fieldName": "name",
"fieldVisibleName": "name",
"isCreatable": false,
"isEditable": false,
"isCreatable": true,
"isEditable": true,
"type": "string",
"validation": {
"isRequired": false
Expand All @@ -794,8 +794,8 @@
{
"fieldName": "template_path",
"fieldVisibleName": "template_path",
"isCreatable": false,
"isEditable": false,
"isCreatable": true,
"isEditable": true,
"type": "string",
"validation": {
"isRequired": false
Expand Down

0 comments on commit aeae6da

Please sign in to comment.