mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 22:55:04 +01:00
Update notes for 2016-09-28
This commit is contained in:
parent
99f6f1a88e
commit
b3da6876e3
@ -519,3 +519,12 @@ UPDATE 101
|
|||||||
- Going to try to update Sonja Vermeulen's authority to 2b4166b7-6e4d-4f66-9d8b-ddfbec9a6ae0, as that seems to be one of her authorities that has an ORCID
|
- Going to try to update Sonja Vermeulen's authority to 2b4166b7-6e4d-4f66-9d8b-ddfbec9a6ae0, as that seems to be one of her authorities that has an ORCID
|
||||||
- Merge Font Awesome changes ([#279](https://github.com/ilri/DSpace/pull/279))
|
- Merge Font Awesome changes ([#279](https://github.com/ilri/DSpace/pull/279))
|
||||||
- Minor fix to a string in Atmire's CUA module ([#280](https://github.com/ilri/DSpace/pull/280))
|
- Minor fix to a string in Atmire's CUA module ([#280](https://github.com/ilri/DSpace/pull/280))
|
||||||
|
- This seems to be what I'll need to do for Sonja Vermeulen (but with `2b4166b7-6e4d-4f66-9d8b-ddfbec9a6ae0` instead on the live site):
|
||||||
|
|
||||||
|
```
|
||||||
|
dspacetest=# update metadatavalue set authority='09e4da69-33a3-45ca-b110-7d3f82d2d6d2', confidence=600 where metadata_field_id=3 and resource_type_id=2 and text_value like 'Vermeulen, S%';
|
||||||
|
dspacetest=# update metadatavalue set authority='09e4da69-33a3-45ca-b110-7d3f82d2d6d2', confidence=600 where metadata_field_id=3 and resource_type_id=2 and text_value like 'Vermeulen SJ%';
|
||||||
|
```
|
||||||
|
|
||||||
|
- And then update Discovery and Authority indexes
|
||||||
|
- Minor fix for "Subject" string in Discovery search and Atmire modules ([#281](https://github.com/ilri/DSpace/pull/281))
|
||||||
|
Loading…
Reference in New Issue
Block a user