From ec80a7da43b84749ee37ee152a750a946c1d0e19 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Thu, 2 May 2024 10:02:34 +0200 Subject: [PATCH] fix(salix): refs #4074 #4074 ACl acls remoteMethodCtx --- back/models/vn-user.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/models/vn-user.json b/back/models/vn-user.json index 755b5e4b2..ae10acffc 100644 --- a/back/models/vn-user.json +++ b/back/models/vn-user.json @@ -135,7 +135,7 @@ "permission": "ALLOW" }, { - "property": "userAcl", + "property": "acls", "accessType": "*", "principalType": "ROLE", "principalId": "$everyone",