Merge pull request #5585 from edx/oleg/giturl-not-deprecate

GIT URL should not be a deprecated setting (TNL-396).
This commit is contained in:
Oleg Marshev
2014-10-21 14:52:57 +03:00
3 changed files with 98 additions and 7 deletions

View File

@@ -66,8 +66,7 @@ class InheritanceMixin(XBlockMixin):
giturl = String(
display_name=_("GIT URL"),
help=_("Enter the URL for the course data GIT repository."),
scope=Scope.settings,
deprecated=True # Deprecated because GIT workflow users do not use Studio.
scope=Scope.settings
)
xqa_key = String(
display_name=_("XQA Key"),