#1434 agency.index explota por zoneFk al cargar
gitea/salix/dev This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2019-05-20 15:04:33 +02:00
parent 28057ecf3f
commit 32555c47d0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<vn-crud-model
vn-id="model"
url="/agency/api/Zones"
url="/api/Zones"
filter="::$ctrl.filter"
limit="20"
data="zones"

View File

@ -113,7 +113,7 @@
"foreignKey": "ticketFk"
},
"zone": {
"type": "hasOne",
"type": "belongsTo",
"model": "Zone",
"foreignKey": "zoneFk"
}