fix(supplier): removed everyone read acl
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-11-12 09:32:42 +01:00
parent bcaa11a3c4
commit 93c766e3ca
1 changed files with 1 additions and 9 deletions

View File

@ -160,13 +160,5 @@
"model": "SupplierAddress",
"foreignKey": "supplierFk"
}
},
"acls": [
{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}
]
}
}