mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Address: replace variable entity.type by entity.name
This commit is contained in:
@@ -15,7 +15,7 @@ containers.forEach((container) => {
|
||||
addAddress: {
|
||||
context: {
|
||||
entity: {
|
||||
type: container.dataset.targetEntityName,
|
||||
name: container.dataset.targetEntityName,
|
||||
id: container.dataset.targetEntityId
|
||||
},
|
||||
edit: container.dataset.mode === 'edit', //boolean
|
||||
|
Reference in New Issue
Block a user