Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
59774016
Commit
59774016
authored
Sep 11, 2018
by
Zac Wood
Browse files
Fixed Web to account for renamed instructor field
parent
6e36be61
Pipeline
#2875
passed with stage
in 3 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
schedules_web/src/actions/search/search.actions.ts
View file @
59774016
...
@@ -17,7 +17,7 @@ export const searchCourseSections = (crn: string) => async (dispatch: any) => {
...
@@ -17,7 +17,7 @@ export const searchCourseSections = (crn: string) => async (dispatch: any) => {
name
:
object
.
name
,
name
:
object
.
name
,
title
:
object
.
title
,
title
:
object
.
title
,
crn
:
object
.
crn
,
crn
:
object
.
crn
,
instructor
:
object
.
instructor
,
instructor
:
object
.
instructor
_name
,
location
:
object
.
location
,
location
:
object
.
location
,
days
:
object
.
days
,
days
:
object
.
days
,
startTime
:
object
.
start_time
,
startTime
:
object
.
start_time
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment