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
40625c45
Commit
40625c45
authored
Jul 18, 2014
by
Christina Roberts
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4488 from edx/christina/ispublic
ispublic is in active use by Stanford.
parents
19fbabee
77a86602
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
lms/lib/xblock/mixin.py
+1
-2
No files found.
lms/lib/xblock/mixin.py
View file @
40625c45
...
...
@@ -46,8 +46,7 @@ class LmsBlockMixin(XBlockMixin):
ispublic
=
Boolean
(
display_name
=
_
(
"Course Is Public"
),
help
=
_
(
"Enter true or false. If true, the course is open to the public. If false, the course is open only to admins."
),
scope
=
Scope
.
settings
,
deprecated
=
True
scope
=
Scope
.
settings
)
visible_to_staff_only
=
Boolean
(
help
=
_
(
"If true, can be seen only by course staff, regardless of start date."
),
...
...
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