diff --git a/server/pb_schema.json b/server/pb_schema.json index 73aa877..40ea44e 100644 --- a/server/pb_schema.json +++ b/server/pb_schema.json @@ -448,8 +448,8 @@ } ], "indexes": [], - "listRule": "@request.auth.id != \"\" && @collection.bankers.id ?= @request.auth.id", - "viewRule": "@request.auth.id != \"\" && @collection.bankers.id ?= @request.auth.id", + "listRule": "", + "viewRule": "", "createRule": "@request.auth.id != \"\" && @collection.bankers.id ?= @request.auth.id", "updateRule": null, "deleteRule": null, diff --git a/webapp/package.json b/webapp/package.json index 08f4c93..0cf6cfb 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -2,7 +2,7 @@ "name": "hgoe-sas", "private": true, "author": "Simon Giesel", - "version": "1.2.0", + "version": "1.2.1", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build",