Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ff0374e6
Commit
ff0374e6
authored
Sep 26, 2017
by
Uman Shahzad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove any trace of `enterprise_customer_users` in ENT API.
parent
a27688af
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
openedx/features/enterprise_support/api.py
+0
-3
openedx/features/enterprise_support/tests/mixins/enterprise.py
+0
-3
No files found.
openedx/features/enterprise_support/api.py
View file @
ff0374e6
...
@@ -171,9 +171,6 @@ class EnterpriseApiClient(object):
...
@@ -171,9 +171,6 @@ class EnterpriseApiClient(object):
},
},
"enable_data_sharing_consent": true,
"enable_data_sharing_consent": true,
"enforce_data_sharing_consent": "at_login",
"enforce_data_sharing_consent": "at_login",
"enterprise_customer_users": [
1
],
"branding_configuration": {
"branding_configuration": {
"enterprise_customer": "cf246b88-d5f6-4908-a522-fc307e0b0c59",
"enterprise_customer": "cf246b88-d5f6-4908-a522-fc307e0b0c59",
"logo": "https://open.edx.org/sites/all/themes/edx_open/logo.png"
"logo": "https://open.edx.org/sites/all/themes/edx_open/logo.png"
...
...
openedx/features/enterprise_support/tests/mixins/enterprise.py
View file @
ff0374e6
...
@@ -168,9 +168,6 @@ class EnterpriseServiceMockMixin(object):
...
@@ -168,9 +168,6 @@ class EnterpriseServiceMockMixin(object):
'enable_data_sharing_consent'
:
True
,
'enable_data_sharing_consent'
:
True
,
'enforce_data_sharing_consent'
:
'at_login'
,
'enforce_data_sharing_consent'
:
'at_login'
,
'enable_audit_enrollment'
:
enable_audit_enrollment
,
'enable_audit_enrollment'
:
enable_audit_enrollment
,
'enterprise_customer_users'
:
[
1
],
'branding_configuration'
:
{
'branding_configuration'
:
{
'enterprise_customer'
:
enterprise_customer_uuid
,
'enterprise_customer'
:
enterprise_customer_uuid
,
'logo'
:
'https://open.edx.org/sites/all/themes/edx_open/logo.png'
'logo'
:
'https://open.edx.org/sites/all/themes/edx_open/logo.png'
...
...
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