Original PR: https://github.com/detleph/server/pull/98 Author: @Flexla54 Created: 12/26/2022 Status: ✅ Merged Merged: 1/2/2023 Merged by: @Flexla54
Base: dev ← Head: fix/inconsistantPrismaErrors
dev
fix/inconsistantPrismaErrors
2d794ce
3d60e2b
581bb1b
c1dde00
6f40acb
9 files changed (+97 additions, -155 deletions)
📝 src/Controllers/admin.controller.ts (+5 -18) 📝 src/Controllers/common.ts (+6 -22) 📝 src/Controllers/discipline.controller.ts (+4 -0) 📝 src/Controllers/event.controller.ts (+15 -38) 📝 src/Controllers/group.controllers.ts (+43 -53) 📝 src/Controllers/organisation.controller.ts (+5 -15) 📝 src/Controllers/participant.controller.ts (+12 -5) 📝 src/Controllers/user_auth.controller.ts (+1 -1) 📝 src/Middleware/auth/defaultAdmin.ts (+6 -3)
src/Controllers/admin.controller.ts
src/Controllers/common.ts
src/Controllers/discipline.controller.ts
src/Controllers/event.controller.ts
src/Controllers/group.controllers.ts
src/Controllers/organisation.controller.ts
src/Controllers/participant.controller.ts
src/Controllers/user_auth.controller.ts
src/Middleware/auth/defaultAdmin.ts
Fix for issue #95
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/detleph/server/pull/98
Author: @Flexla54
Created: 12/26/2022
Status: ✅ Merged
Merged: 1/2/2023
Merged by: @Flexla54
Base:
dev← Head:fix/inconsistantPrismaErrors📝 Commits (5)
2d794cebasic errorhandling inconsistancy fix3d60e2bfixed inconsitencies with NotFoundError581bb1bupdated disci response message logicallyc1dde00corrected linking error to NotFoundError6f40acbfixed deleteOrganisation response📊 Changes
9 files changed (+97 additions, -155 deletions)
View changed files
📝
src/Controllers/admin.controller.ts(+5 -18)📝
src/Controllers/common.ts(+6 -22)📝
src/Controllers/discipline.controller.ts(+4 -0)📝
src/Controllers/event.controller.ts(+15 -38)📝
src/Controllers/group.controllers.ts(+43 -53)📝
src/Controllers/organisation.controller.ts(+5 -15)📝
src/Controllers/participant.controller.ts(+12 -5)📝
src/Controllers/user_auth.controller.ts(+1 -1)📝
src/Middleware/auth/defaultAdmin.ts(+6 -3)📄 Description
Fix for issue #95
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.