Enabled loggable for locations
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-12-29 08:50:12 +01:00
parent f4ff31a294
commit 2886e02328
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,11 @@
{
"name": "ZoneIncluded",
"base": "VnModel",
"base": "Loggable",
"log": {
"model": "ZoneLog",
"relation": "zone",
"showField": "isIncluded"
},
"options": {
"mysql": {
"table": "zoneIncluded"

View File

@ -43,11 +43,6 @@
}
},
"relations": {
"geolocations": {
"type": "hasMany",
"model": "ZoneGeo",
"foreignKey": "zoneFk"
},
"agencyMode": {
"type": "belongsTo",
"model": "AgencyMode",