fix relationship
This commit is contained in:
@@ -218,6 +218,11 @@
|
||||
"entity": "Campaign",
|
||||
"foreign": "accounts",
|
||||
"noJoin": true
|
||||
},
|
||||
"targetLists": {
|
||||
"type": "hasMany",
|
||||
"entity": "TargetList",
|
||||
"foreign": "accounts"
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
|
||||
@@ -202,6 +202,11 @@
|
||||
"entity": "Campaign",
|
||||
"foreign": "contacts",
|
||||
"noJoin": true
|
||||
},
|
||||
"targetLists": {
|
||||
"type": "hasMany",
|
||||
"entity": "TargetList",
|
||||
"foreign": "users"
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
|
||||
@@ -201,6 +201,11 @@
|
||||
"entity": "Campaign",
|
||||
"foreign": "leads",
|
||||
"noJoin": true
|
||||
},
|
||||
"targetLists": {
|
||||
"type": "hasMany",
|
||||
"entity": "TargetList",
|
||||
"foreign": "leads"
|
||||
}
|
||||
},
|
||||
"convertFields": {
|
||||
|
||||
Reference in New Issue
Block a user