Compare commits

...

1 Commits

Author SHA1 Message Date
Sergio De la torre f81426c643 feat: roadMap #7195
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
2024-05-29 12:20:26 +02:00
1 changed files with 23 additions and 10 deletions

View File

@ -22,10 +22,17 @@
"isInventory": {
"type": "number"
},
"isManaged":{
"isManaged": {
"type": "boolean"
}
},
"relations": {
"address": {
"type": "belongsTo",
"model": "Address",
"foreignKey": "addressFk"
}
},
"acls": [
{
"accessType": "READ",
@ -34,5 +41,11 @@
"permission": "ALLOW"
}
],
"scope" : {"where": {"isForTicket": {"neq": 0}}}
"scope": {
"where": {
"isForTicket": {
"neq": 0
}
}
}
}