mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-11-05
This commit is contained in:
@ -90,3 +90,30 @@ Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrom
|
||||
```
|
||||
|
||||
- For now I don't know what this user is!
|
||||
|
||||
## 2017-11-05
|
||||
|
||||
- Peter asked if I could fix the appearance of "International Livestock Research Institute" in the author lookup during item submission
|
||||
- It looks to be just an issue with the user interface expecting authors to have both a first and last name:
|
||||
|
||||

|
||||

|
||||
|
||||
- But in the database the authors are correct (none with weird `, /` characters):
|
||||
|
||||
```
|
||||
dspace=# select distinct text_value, authority, confidence from metadatavalue value where resource_type_id=2 and metadata_field_id=3 and text_value like 'International Livestock Research Institute%';
|
||||
text_value | authority | confidence
|
||||
--------------------------------------------+--------------------------------------+------------
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | 0
|
||||
International Livestock Research Institute | f4db1627-47cd-4699-b394-bab7eba6dadc | 0
|
||||
International Livestock Research Institute | | -1
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | 600
|
||||
International Livestock Research Institute | f4db1627-47cd-4699-b394-bab7eba6dadc | -1
|
||||
International Livestock Research Institute | | 600
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | -1
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | 500
|
||||
(8 rows)
|
||||
```
|
||||
|
||||
- So I'm not sure if this is just a graphical glitch or if editors have to edit this metadata field prior to approval
|
||||
|
Reference in New Issue
Block a user