Extend Resources EntityBroker for CopyrightAlert

Description

Extend the Resources EntityBroker feed to include the CopyrightAlert flag:

org.sakaiproject.entity.api.ResourceProperties.getNamePropCopyrightAlert()

Environment

None

Test Plan

1. Create 2 resource files - one with the option "Display copyright alert..." set and one with it not set
2. Verify /direct/content/site/<SITE-ID>.json returns one of the following for each resource:
"copyrightAlert": "true",
"copyrightAlert": null,

Activity

Beth Kirschner May 14, 2015 at 10:22 AM

this has been merged to master and verified

Sam Ottenhoff March 27, 2015 at 12:23 PM

Neal, can you re-open this issue?

Gonzalo Silverio March 4, 2015 at 12:36 PM

Sorry - jiragitsvnkanban fatigue.

It is in our build.

Sam Ottenhoff March 4, 2015 at 8:52 AM

I'm not sure where you are testing Gonzalo, but I reverted Beth's PR yesterday. Please see the comments here:

https://github.com/sakaiproject/sakai/pull/243

Gonzalo Silverio March 4, 2015 at 7:45 AM

Significant portions of response below.

{
"copyrightAlert": "true",
"entityTitle": "hide.js"
},{
"copyrightAlert": null,
"entityTitle": "lots-of-users.csv"
}

Fixed

Details

Assignee

Reporter

Labels

Components

Fix versions

Affects versions

Priority

Created February 27, 2015 at 3:52 PM
Updated May 14, 2015 at 10:23 AM
Resolved May 13, 2015 at 10:02 AM