kb portals
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
"type": "enum",
|
||||
"options": ["Article"]
|
||||
},
|
||||
"portals": {
|
||||
"type": "linkMultiple"
|
||||
},
|
||||
"publishDate": {
|
||||
"type": "date"
|
||||
},
|
||||
@@ -68,6 +71,11 @@
|
||||
"entity": "Case",
|
||||
"foreign": "articles"
|
||||
},
|
||||
"portals": {
|
||||
"type": "hasMany",
|
||||
"entity": "Portal",
|
||||
"foreign": "articles"
|
||||
},
|
||||
"createdBy": {
|
||||
"type": "belongsTo",
|
||||
"entity": "User"
|
||||
|
||||
Reference in New Issue
Block a user