Open m1212e opened 1 month ago
/project.inlang
lint rule | new reports | level | link |
---|---|---|---|
Missing translation | 1 | warning | contribute (via Fink 🐦) |
This adjusts the permission check db where condition plugin in a way so it does not throw any errors but instead returns a condition which is never met resulting in no records being found. This allows for multi queries which should filter out and simply return empty lists without explicitly failing. Additionally we improved error reporting in case a prisma query fails when a records is not found because of this condition.
Describe your PR <3