Removing Journal Entry/Paper Creation - #979
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 94fabecf34
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| 'posts', | ||
| 'journal_entries', | ||
| ]; | ||
| export const PENDING_MODULES: PendingModule[] = ['funding_opportunities', 'proposals']; |
There was a problem hiding this comment.
Restore pending-post moderation module
When regular post submissions are pending moderation, this array now drives both the tab list and slugToModule, and fetchCounts reduces the server response to only these modules. Removing posts here makes /moderators/pending-works/posts return 404 and drops any returned posts count from the moderator badge, so moderators lose the queue needed to approve or decline non-journal posts. The journal cleanup should drop only journal_entries and keep the existing POST module/config.
Useful? React with 👍 / 👎.



Overview
This PR Removes the Journal Entry/Paper Creation pages and components, as the system has been replaced with the Registered Reports system.