From e172ba7cf29443e4d60f4288bb9732e00853f013 Mon Sep 17 00:00:00 2001 From: philc Date: Wed, 21 Jun 2023 09:36:39 +0200 Subject: [PATCH] correction error --- adminapi/www/adminapx/schema/person.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adminapi/www/adminapx/schema/person.json b/adminapi/www/adminapx/schema/person.json index da28e20..e38b851 100755 --- a/adminapi/www/adminapx/schema/person.json +++ b/adminapi/www/adminapx/schema/person.json @@ -60,8 +60,7 @@ }, "accessrights": { "title": "Accessright per Object or per Object.key belonging to tribe", - "description": "A Person has to exist and want to create read update delete, if Own means if owner = alias of user requested some CRUD action to owner then he can act on this object or object.key", - "description": "List of Object with CRUDO value like {Person:'RUDO',"Person.recoveryauth":'O',...}", + "description": "A Person has to exist and want to create read update delete, if Own means if owner = alias of user requested some CRUD action to owner then he can act on this object or object.key List of Object with CRUDO value like {Person:'RUDO',"Person.recoveryauth":'O',...}", "type": "object" } },