-
Notifications
You must be signed in to change notification settings - Fork 22
Feat/438 registration revisions #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…to feat/438-registration-revisions
…rOpenScience/angular-osf into feat/438-registration-revisions
src/assets/i18n/en.json
Outdated
| "rejectSuccess": "Submission has been rejected successfully", | ||
| "acceptSubmissionSuccess": "Submission has been accepted successfully", | ||
| "rejectSubmissionSuccess": "Submission has been rejected successfully", | ||
| "accept_submissionSuccess": "Submission has been accepted successfully", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do did you change? We need to have it consistent.
| Submit = 'submit', // registration submitted by admins | ||
| AcceptSubmission = 'accept_submission', // accept submission | ||
| RejectSubmission = 'reject_submission', // reject submission | ||
| ForceWithdraw = 'force_withdraw', // force withdraw without request | ||
| RequestWithdrawal = 'request_withdrawal', // request to withdraw by contributors | ||
| AcceptWithdrawal = 'accept_withdrawal', // accept withdrawal request | ||
| RejectWithdrawal = 'reject_withdrawal', // deny withdrawal request | ||
| RequestEmbargoTermination = 'request_embargo_termination', // admin requests embargo termination |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need comments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this file
…to feat/438-registration-revisions
No description provided.