Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
37827b5d
Commit
37827b5d
authored
5 years ago
by
Dave St.Germain
Browse files
Options
Downloads
Patches
Plain Diff
Include Zoom as a potential partner, for retirement requests
parent
a9118131
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openedx/core/djangoapps/user_api/accounts/views.py
+8
-0
8 additions, 0 deletions
openedx/core/djangoapps/user_api/accounts/views.py
with
8 additions
and
0 deletions
openedx/core/djangoapps/user_api/accounts/views.py
+
8
−
0
View file @
37827b5d
...
...
@@ -526,6 +526,14 @@ class AccountRetirementPartnerReportView(ViewSet):
# Org can concievably be blank or this bogus default value
if
org
and
org
!=
'
outdated_entry
'
:
orgs
.
add
(
org
)
try
:
# if the user has ever launched a managed Zoom xblock,
# we'll notify Zoom to delete their records.
if
user
.
launchlog_set
.
filter
(
managed
=
True
).
count
():
orgs
.
add
(
'
zoom
'
)
except
AttributeError
:
# Zoom XBlock not installed
pass
return
orgs
def
retirement_partner_report
(
self
,
request
):
# pylint: disable=unused-argument
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment