A2: fix "everyone else" dates

test plan:
 - create an assignment with different dates for different sections,
   plus unique due and availability dates for "everyone else"
 - as a teacher, ensure the dates that appear on the page in A2
   are correct (specifically, the dates for "everyone else" are
    the base dates and not the widest availability / latest
    due date from the overrides)

fixes ADMIN-2721

Change-Id: Ie2059bd86a5d96ca5fb6901def911a98fb82c39e
Reviewed-on: https://gerrit.instructure.com/202824
Tested-by: Jenkins
QA-Review: Anju Reddy <areddy@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
Reviewed-by: Mysti Lilla <mysti@instructure.com>
Reviewed-by: Cameron Matheson <cameron@instructure.com>
This commit is contained in:
Jeremy Stanley 2019-08-05 14:03:44 -06:00
parent c41f803290
commit 0e60c69c34
1 changed files with 3 additions and 3 deletions

View File

@ -87,9 +87,9 @@ export const TEACHER_QUERY = gql`
gid: id gid: id
name name
description description
dueAt dueAt(applyOverrides: false)
unlockAt unlockAt(applyOverrides: false)
lockAt lockAt(applyOverrides: false)
pointsPossible pointsPossible
state state
needsGradingCount needsGradingCount