fix relationship

This commit is contained in:
yuri
2015-02-26 11:52:27 +02:00
parent a9737e8352
commit 338ba010a2
3 changed files with 15 additions and 0 deletions
@@ -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": {