Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1171 from edx/farhan/LEARNER-6736
Browse files Browse the repository at this point in the history
Fix 'Filter by Subject' issue in 'Course Discovery'
  • Loading branch information
farhan authored Nov 16, 2018
2 parents 6ff906e + b7536fe commit 5e26a76
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions OpenEdXMobile/res/raw/subjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "Architecture",
"image_name": "architecture",
"filter": "architecture",
"filter": "Architecture",
"type": "normal"
},
{
Expand All @@ -26,13 +26,13 @@
{
"name": "Chemistry",
"image_name": "chemistry",
"filter": "chemistry",
"filter": "Chemistry",
"type": "normal"
},
{
"name": "Communication",
"image_name": "communication",
"filter": "communication",
"filter": "Communication",
"type": "normal"
},
{
Expand All @@ -50,7 +50,7 @@
{
"name": "Design",
"image_name": "design",
"filter": "design",
"filter": "Design",
"type": "normal"
},
{
Expand All @@ -68,7 +68,7 @@
{
"name": "Electronics",
"image_name": "electronics",
"filter": "electronics",
"filter": "Electronics",
"type": "normal"
},
{
Expand All @@ -80,7 +80,7 @@
{
"name": "Engineering",
"image_name": "engineering",
"filter": "engineering",
"filter": "Engineering",
"type": "normal"
},
{
Expand All @@ -92,7 +92,7 @@
{
"name": "Ethics",
"image_name": "ethics",
"filter": "ethics",
"filter": "Ethics",
"type": "normal"
},
{
Expand All @@ -110,55 +110,55 @@
{
"name": "History",
"image_name": "history",
"filter": "history",
"filter": "History",
"type": "normal"
},
{
"name": "Humanities",
"image_name": "humanities",
"filter": "humanities",
"filter": "Humanities",
"type": "popular"
},
{
"name": "Language",
"image_name": "language",
"filter": "language",
"filter": "Language",
"type": "popular"
},
{
"name": "Law",
"image_name": "law",
"filter": "law",
"filter": "Law",
"type": "normal"
},
{
"name": "Literature",
"image_name": "literature",
"filter": "literature",
"filter": "Literature",
"type": "normal"
},
{
"name": "Math",
"image_name": "math",
"filter": "math",
"filter": "Math",
"type": "normal"
},
{
"name": "Medicine",
"image_name": "medicine",
"filter": "medicine",
"filter": "Medicine",
"type": "normal"
},
{
"name": "Music",
"image_name": "music",
"filter": "music",
"filter": "Music",
"type": "normal"
},
{
"name": "Philanthropy",
"image_name": "philanthropy",
"filter": "philanthropy",
"filter": "Philanthropy",
"type": "normal"
},
{
Expand All @@ -170,13 +170,13 @@
{
"name": "Physics",
"image_name": "physics",
"filter": "physics",
"filter": "Physics",
"type": "normal"
},
{
"name": "Science",
"image_name": "science",
"filter": "science",
"filter": "Science",
"type": "normal"
},
{
Expand Down

0 comments on commit 5e26a76

Please sign in to comment.