Islandora-Devops / sandbox

Provisioning scripts for https://sandbox.islandora.ca
https://sandbox.islandora.ca
MIT License
0 stars 2 forks source link

Updated buildkit, starter site, demo objects, workbench, and solr config #12

Closed ajstanley closed 7 months ago

ajstanley commented 7 months ago

Updates everything in the build to current releases.

nigelgbanks commented 7 months ago

Tested locally. Ran into an issue where the collection page did not show children:

Screenshot 2024-02-19 at 21 12 40

Two children exist.

Screenshot 2024-02-19 at 21 12 57

Looks like a Solr configuration issue:

Screenshot 2024-02-19 at 21 14 00 Screenshot 2024-02-19 at 21 14 58
nigelgbanks commented 7 months ago

Also noticed rights field is being rendered as plain text rather than HTML.

Screenshot 2024-02-19 at 21 20 52
nigelgbanks commented 7 months ago

Everything else I checked seemed to work well.

ajstanley commented 7 months ago

@nigelgbanks Weird - it looks like you still have the old Solr config and the old template file for the workbench config file.
Did you re-run the build command?

nigelgbanks commented 7 months ago

I did rerun the build command, it seems like there was some caching issue though. I wiped my docker build cache and then it worked as intended!

ajstanley commented 7 months ago

Thanks @nigelgbanks !