TAMULib / dspace-angular

DSpace 7.x (and above) User Interface built on Angular.io
https://wiki.lyrasis.org/display/DSDOC7x/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

[DSpace 7 Upgrade] Reimplement Profile Page Tweaks Aspect #30

Open wwelling opened 10 months ago

wwelling commented 10 months ago

https://github.com/TAMULib/DSpace/blob/tamu-dspace-6.3/dspace/config/xmlui.xconf#L89

https://github.com/TAMULib/DSpace/blob/tamu-dspace-6.3/dspace/modules/xmlui/src/main/resources/aspects/ProfilePageTweaks/sitemap.xmap

https://github.com/TAMULib/DSpace/blob/tamu-dspace-6.3/dspace/modules/xmlui/src/main/java/edu/tamu/dspace/profilepagetweaks/ProfilePageTweaks.java

Original PR: https://github.com/TAMULib/DSpace/pull/2

jsavell commented 7 months ago

I think this customization is no longer needed, as both regular and special groups appear to have their human readable names displayed by default in the dspace-angular app.

https://github.com/TAMULib/dspace-angular/blob/tamu-dspace-7_x/src/app/profile-page/profile-page.component.html#L39

https://github.com/TAMULib/dspace-angular/blob/tamu-dspace-7_x/src/app/profile-page/profile-page.component.html#L49

Image

jsavell commented 7 months ago

Moving forward with replacing the COLLECTION{UUID}* display with human readable text.