From 6dce7f299f8b1d8d1dce0d4adb08fe5a3ff0099d Mon Sep 17 00:00:00 2001 From: cahrens Date: Wed, 25 Sep 2013 09:18:30 -0400 Subject: [PATCH] Asset locking feature. --- CHANGELOG.rst | 2 ++ cms/djangoapps/contentstore/features/upload.feature | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a12d0ff0a..443e787482 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,8 @@ the top. Include a label indicating the component affected. LMS: Add split testing functionality for internal use. +Studio and LMS: add ability to lock assets (cannot be viewed unless registered for class). + LMS: Improved accessibility of parts of forum navigation sidebar. LMS: enhanced accessibility labeling and aria support for the discussion forum new post dropdown as well as response and comment area labeling. diff --git a/cms/djangoapps/contentstore/features/upload.feature b/cms/djangoapps/contentstore/features/upload.feature index f257869002..e01bcf8fed 100644 --- a/cms/djangoapps/contentstore/features/upload.feature +++ b/cms/djangoapps/contentstore/features/upload.feature @@ -113,9 +113,6 @@ Feature: CMS.Upload Files @skip_safari Scenario: Unlocked assets can be viewed by anyone Given I have opened a course with a unlocked asset "unlocked.html" - Then the asset "unlocked.html" is viewable - And the user "bob" exists - And "bob" logs in - Then the asset "unlocked.html" is viewable + Then the asset "unlocked.html" can be clicked from the asset index And I log out Then the asset "unlocked.html" is viewable