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
f2a9d6fb
Commit
f2a9d6fb
authored
Jul 29, 2013
by
Christina Roberts
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #519 from edx/christina/course_creators
Change in signature for add_user_with_status_unrequested.
parents
1edf6161
f347bd44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
cms/djangoapps/contentstore/management/commands/populate_creators.py
+1
-1
No files found.
cms/djangoapps/contentstore/management/commands/populate_creators.py
View file @
f2a9d6fb
...
@@ -39,7 +39,7 @@ class Command(BaseCommand):
...
@@ -39,7 +39,7 @@ class Command(BaseCommand):
# added with status granted above, and add_user_with_status_unrequested
# added with status granted above, and add_user_with_status_unrequested
# will not try to add them again if they already exist in the course creator database.
# will not try to add them again if they already exist in the course creator database.
for
user
in
get_users_with_staff_role
():
for
user
in
get_users_with_staff_role
():
add_user_with_status_unrequested
(
admin
,
user
)
add_user_with_status_unrequested
(
user
)
# There could be users who are not in either staff or instructor (they've
# There could be users who are not in either staff or instructor (they've
# never actually done anything in Studio). I plan to add those as unrequested
# never actually done anything in Studio). I plan to add those as unrequested
...
...
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