Update notes for 2020-02-04

This commit is contained in:
2020-02-04 18:45:07 +02:00
parent 61eee53ab6
commit 3a6f4f9bfc
3 changed files with 12 additions and 10 deletions

View File

@ -125,7 +125,7 @@ DROP VIEW
- Issues remaining in the DSpace 6 port of our CGSpace 5.x code:
- [x] Community and collection pages only show one recent submission (seems that there is only one item in Solr?)
- [ ] Community and collection pages have tons of "Browse" buttons that we need to remove
- [ ] Order of navigation elements in right side bar ("My Account" etc, compare to DSpace Test)
- [x] Order of navigation elements in right side bar ("My Account" etc, compare to DSpace Test)
- [ ] Home page trail says "CGSpace Home" instead of "CGSpace Home / Community List" (see DSpace Test)
- There are lots of errors in the DSpace log, which might explain some of the issues with recent submissions / Solr:
@ -184,5 +184,6 @@ $ git rebase -i upstream/dspace-6_x
- The issue is the same with the ordering of the "My Account" link, but in Navigation.java
- I tried modifying `preprocess/browse.xsl` but it always ends up printing some default list of browse by links...
- I'm starting to wonder if Atmire's modules somehow override this, as I don't see how `CommunityBrowse.java` can behave like ours on DSpace 5.x unless they have overridden it (as the open source code is the same in 5.x and 6.x)
- At least the "account" link in the sidebar is overridden in our 5.x branch because Atmire copied a modified `Navigation.java` to the local xmlui modules folder... so that explains that (and it's easy to replicate in 6.x)
<!-- vim: set sw=2 ts=2: -->