Skip to content

Commit

Permalink
Merge pull request #1449 from spryker-shop/bugfix/frw-6846/master-int…
Browse files Browse the repository at this point in the history
…roduced-additional-conf-for-alumio

FRW-6846 nonsplit to split merge
  • Loading branch information
asmarovydlo authored Nov 21, 2023
2 parents fcc62c9 + 1212f83 commit a590f2a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.lock

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

34 changes: 34 additions & 0 deletions src/Pyz/Zed/DynamicEntity/data/installer/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2905,5 +2905,39 @@
}
]
}
},
{
"tableName": "spy_locale_store",
"tableAlias": "locale-stores",
"isActive": true,
"definition": {
"identifier": "id_locale_store",
"fields": [
{
"fieldName": "id_locale_store",
"fieldVisibleName": "id_locale_store",
"isCreatable": false,
"isEditable": false,
"validation": { "isRequired": false },
"type": "integer"
},
{
"fieldName": "fk_locale",
"fieldVisibleName": "fk_locale",
"isCreatable": true,
"isEditable": true,
"type": "integer",
"validation": { "isRequired": true }
},
{
"fieldName": "fk_store",
"fieldVisibleName": "fk_store",
"isCreatable": true,
"isEditable": true,
"type": "integer",
"validation": { "isRequired": true }
}
]
}
}
]

0 comments on commit a590f2a

Please sign in to comment.