Skip to:
Extend the Resources EntityBroker feed to include the CopyrightAlert flag:
org.sakaiproject.entity.api.ResourceProperties.getNamePropCopyrightAlert()
1. Create 2 resource files - one with the option "Display copyright alert..." set and one with it not set2. Verify /direct/content/site/<SITE-ID>.json returns one of the following for each resource:"copyrightAlert": "true","copyrightAlert": null,
this has been merged to master and verified
Neal, can you re-open this issue?
Sorry - jiragitsvnkanban fatigue.
It is in our build.
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
Significant portions of response below.
{"copyrightAlert": "true","entityTitle": "hide.js"},{"copyrightAlert": null,"entityTitle": "lots-of-users.csv"}
Extend the Resources EntityBroker feed to include the CopyrightAlert flag:
org.sakaiproject.entity.api.ResourceProperties.getNamePropCopyrightAlert()