Backend-specific dashboard launches depend on the name field

... being set and fail if there is none. We were drawing in this
information from the auth_user.first_name and .last_name fields, which
are deprecated on the edX platform.
This commit is contained in:
Matt Hughes
2019-06-13 16:45:20 -04:00
parent 7b9a161875
commit c5e7c71983
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ edx-oauth2-provider==1.2.2
edx-opaque-keys[django]==1.0.1
edx-organizations==2.0.3
edx-proctoring-proctortrack==1.0.5
edx-proctoring==2.0.3
edx-proctoring==2.0.4
edx-rbac==0.2.1 # via edx-enterprise
edx-rest-api-client==1.9.2
edx-search==1.2.2

View File

@@ -133,7 +133,7 @@ edx-oauth2-provider==1.2.2
edx-opaque-keys[django]==1.0.1
edx-organizations==2.0.3
edx-proctoring-proctortrack==1.0.5
edx-proctoring==2.0.3
edx-proctoring==2.0.4
edx-rbac==0.2.1
edx-rest-api-client==1.9.2
edx-search==1.2.2

View File

@@ -129,7 +129,7 @@ edx-oauth2-provider==1.2.2
edx-opaque-keys[django]==1.0.1
edx-organizations==2.0.3
edx-proctoring-proctortrack==1.0.5
edx-proctoring==2.0.3
edx-proctoring==2.0.4
edx-rbac==0.2.1
edx-rest-api-client==1.9.2
edx-search==1.2.2