Add notes for 2016-03-28

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2016-03-28 11:20:45 +03:00
parent b69415f427
commit f7b80c2c51
4 changed files with 46 additions and 4 deletions

View File

@ -174,4 +174,13 @@ Can't find method org.dspace.app.xmlui.aspect.administrative.FlowGroupUtils.proc
- Having problems with Listings and Reports, seems to be caused by a rogue reference to `dc.type.output`
- This is the error we get when we proceed to the second page of Listings and Reports: https://gist.github.com/alanorth/b2d7fb5b82f94898caaf
- Commenting out the line works, but I haven't figured out the proper syntax for referring to dc.type.*
- Commenting out the line works, but I haven't figured out the proper syntax for referring to `dc.type.*`
## 2016-03-28
- Look into enabling the embargo during item submission, see: https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess
- Seems we only want `AccessStep` because `UploadWithEmbargoStep` disables the ability to edit embargos at the item level
- This pull request enables the ability to set an item-level embargo during submission: https://github.com/ilri/DSpace/pull/203
- I figured out that the problem with Listings and Reports was because I disabled the `search.index.*` last week, and they are still used by JSPUI apparently
- This pull request re-enables them: https://github.com/ilri/DSpace/pull/202
- Re-deploy DSpace Test, run all system updates, and restart the server