You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remind_days_before_deadline=models.IntegerField(null=True, blank=True, help_text="To get an email reminder in case a reviewer forgets to do an assigned review, enter the number of days before review deadline you want to receive it. Clear the field if you don't want a reminder.")
45
+
max_items_to_show_in_reviewer_list=models.IntegerField(null=True, blank=True, help_text="Maximum number of completed items to show for one reviewer in the reviewer list view, the list is also filtered by the days to show in reviews list setting.")
46
+
days_to_show_in_reviewer_list=models.IntegerField(null=True, blank=True, help_text="Maximum number of days to show in reviewer list for completed items.")
0 commit comments