tractatus/src/controllers
TheFlow eb8d59da25 fix(submissions): remove User model populate calls
- User is also a native MongoDB class, not Mongoose model
- Removed all .populate() calls for createdBy, lastUpdatedBy, notes.author
- These were causing MissingSchemaError for User model
- Submissions can be returned without populated user data
2025-10-24 10:31:19 +13:00
..
admin.controller.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
analytics.controller.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
audit.controller.js feat: Session 3 - Audit analytics dashboard 2025-10-10 13:05:14 +13:00
auth.controller.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
blog.controller.js fix(lint): resolve eslint errors in submission tracking 2025-10-24 01:57:47 +13:00
cases.controller.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
documents.controller.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
koha.controller.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
media.controller.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
newsletter.controller.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
projects.controller.js feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
publications.controller.js feat(blog): add Manage Submission modal for publication tracking 2025-10-24 01:55:06 +13:00
relationships.controller.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
rules.controller.js feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
submissions.controller.js fix(submissions): remove User model populate calls 2025-10-24 10:31:19 +13:00
variables.controller.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00