mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2021-01-28
This commit is contained in:
@ -408,4 +408,13 @@ $ curl -s "http://localhost:8081/solr/statistics/update?softCommit=true" -H "Con
|
||||
- They pointed to a few records `solr_update_time_stamp:1605635765897` that have hundreds of duplicates which are now gone (still present if you look on the production server)
|
||||
- I need to try this again before doing it on CGSpace
|
||||
|
||||
## 2021-01-28
|
||||
|
||||
- I did some more work on CG Core v2
|
||||
- I tested using `cg.number` twice in the submission form: once for journal issue, and once for series number
|
||||
- DSpace gets confused and ends up storing the number twice, even if you only enter it in one of the fields
|
||||
- I suggested to Marie that we use `cg.issue` for journal issue, since we're already going to use `cg.volume`
|
||||
- That would free up `cg.number` for use by series number
|
||||
- I deployed the SDGs, Impact Areas, and favicon changes to CGSpace and posted a note on Yammer for the editors
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -76,6 +76,7 @@ Make sure the following fields exist:
|
||||
- [x] cg.issn (253)
|
||||
- [x] cg.volume (254)
|
||||
- [x] cg.number (255)
|
||||
- [x] cg.issue (256)
|
||||
|
||||
## Fields to delete
|
||||
Fields to delete after migration:
|
||||
|
Reference in New Issue
Block a user