From 3cb01d570d45e60c0263ec1fd2d10044fe4bb523 Mon Sep 17 00:00:00 2001 From: Clay Diffrient Date: Mon, 17 Apr 2017 13:30:45 -0600 Subject: [PATCH] Fix mispelled include parameter closes FALCOR-204 Test Plan: - Load up a context card - It should have metrics table and last login data Change-Id: I1539040b63b9b043949a209f00ea629db735d65f Reviewed-on: https://gerrit.instructure.com/108831 Reviewed-by: Steven Burnett Tested-by: Jenkins QA-Review: Dan Sasaki Product-Review: Clay Diffrient --- app/jsx/context_cards/StudentCardStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/jsx/context_cards/StudentCardStore.js b/app/jsx/context_cards/StudentCardStore.js index e97f8cfb034..3f8cfe5c08c 100644 --- a/app/jsx/context_cards/StudentCardStore.js +++ b/app/jsx/context_cards/StudentCardStore.js @@ -53,7 +53,7 @@ import axios from 'axios' loadUser (studentId, courseId) { const includes = [ 'avatar_url', - 'enrollements', + 'enrollments', 'inactive_enrollments', 'current_grading_period_scores' ];