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:
parent
c41f803290
commit
0e60c69c34
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue