-
Notifications
You must be signed in to change notification settings - Fork 24
Forbid update of title and abstract when CFP is closed #4525
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1f3f2f1 to
e8c06f6
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4525 +/- ##
=======================================
Coverage 94.42% 94.43%
=======================================
Files 352 352
Lines 10141 10148 +7
Branches 732 735 +3
=======================================
+ Hits 9576 9583 +7
Misses 468 468
Partials 97 97 🚀 New features to boost your workflow:
|
marcoacierno
left a comment
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.
if the submission is accepted they should be able to make changes
| print(LazyI18nString(self.abstract.to_dict()).data) | ||
| print(submission.abstract.data) |
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.
| print(LazyI18nString(self.abstract.to_dict()).data) | |
| print(submission.abstract.data) |
| errors = super().validate(conference) | ||
|
|
||
| # Check if CFP is closed and prevent editing of title and abstract | ||
| if not conference.is_cfp_open: |
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.
ernesto also wanted elevator_pitch
What
ToDo