6276-newWarehouse-salix #2204

Merged
sergiodt merged 3 commits from 6276-newWarehouse-salix into master 2024-03-25 16:46:28 +00:00
1 changed files with 16 additions and 1 deletions
Showing only changes of commit 0f5c5efcaa - Show all commits

View File

@ -23,5 +23,20 @@
"model": "VnUser",
"foreignKey": "account"
}
}
},
"acls": [
{
"property": "create",
"accessType": "WRITE",
"principalType": "ROLE",
"principalId": "$authenticated",
"permission": "ALLOW"
}, {
"property": "deleteById",
"accessType": "WRITE",
"principalType": "ROLE",
"principalId": "$authenticated",
"permission": "ALLOW"
}
]
}