DeutscheModelUnitedNations / munify-delegator

DELEGATOR registration app, part of MUN-Product Suite MUNify
GNU Affero General Public License v3.0
4 stars 3 forks source link

🐞 fix: disable throws on empty ability checks #134

Open m1212e opened 1 month ago

m1212e commented 1 month ago

Describe your PR <3

github-actions[bot] commented 1 month ago

🥷 Ninja i18n – 🛎️ Translations need to be updated

Project /project.inlang

lint rule new reports level link
Missing translation 1 warning contribute (via Fink 🐦)
m1212e commented 1 month ago

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.