Update notes for 2016-09-28

This commit is contained in:
Alan Orth 2016-09-28 17:02:53 +03:00
parent 99f6f1a88e
commit b3da6876e3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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))