-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/review and secretary pages redesign #688
Changes from 7 commits
3f7e101
b67c5d4
3c5b7fc
c15261d
f31e497
a14cfe1
48cc444
7393982
a0e9323
10a9c2f
24225c5
d286713
593cebf
b702725
c3483cc
4c29c77
dee7879
04b5b2a
5283ac4
9c90b5a
eb39a5d
e52b7e2
887ed5f
97c953a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,7 +184,7 @@ def is_available(self): | |
return False | ||
|
||
if self.review.stage in [ | ||
Review.Stages.CLOSING, | ||
Review.Stages.SUPERVISOR, | ||
Review.Stages.CLOSED, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The blame history of this logic is a mess, lol. How did continuations get in here? This should have been caught by someone. Well, it's been caught now at least. Good find. In my opinion, this action should be available to the secretary in the following stages:
As it stands now, this action will be available in the supervisor stage, which I don't think is right. Could result in weird behaviour if the secretary accidentally adds or removes someone in that stage. |
||
]: | ||
return False | ||
|
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.
I think something went wrong when merging. This template now has two
{% block form-buttons %}
(see below, line 42) which causes an error.