From 77a8660243da1cce6a2b725be64a18fa40161b6e Mon Sep 17 00:00:00 2001 From: cahrens Date: Fri, 18 Jul 2014 20:28:06 -0400 Subject: [PATCH] ispublic is in active use by Stanford. --- lms/lib/xblock/mixin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lms/lib/xblock/mixin.py b/lms/lib/xblock/mixin.py index ede951dcea..dadf492619 100644 --- a/lms/lib/xblock/mixin.py +++ b/lms/lib/xblock/mixin.py @@ -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."),