mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2017-02-09
This commit is contained in:
@ -39,3 +39,15 @@ DELETE 1
|
||||
```
|
||||
$ ./fix-metadata-values.py -i /tmp/CCAFS-Authors-Feb-7.csv -f dc.contributor.author -t 'correct name' -m 3 -d dspace -u dspace -p fuuu
|
||||
```
|
||||
|
||||
## 2017-02-09
|
||||
|
||||
- More work on CCAFS Phase II stuff
|
||||
- Looks like simply adding a new metadata field to `dspace/config/registries/cgiar-types.xml` and restarting DSpace causes the field to get added to the rregistry
|
||||
- It requires a restart but at least it allows you to manage the registry programmatically
|
||||
- It's not a very good way to manage the registry, though, as removing one there doesn't cause it to be removed from the registry, and we always restore from database backups so there would never be a scenario when we needed these to be created
|
||||
- Testing some corrections on CCAFS Phase II flagships (`cg.subject.ccafs`):
|
||||
|
||||
```
|
||||
$ ./fix-metadata-values.py -i ccafs-flagships-feb7.csv -f cg.subject.ccafs -t correct -m 210 -d dspace -u dspace -p fuuu
|
||||
```
|
||||
|
Reference in New Issue
Block a user