Hi List,
the detailed view of metadata lacks some information about the creator of the resource and as well as of the creator of the metadata. I've uploaded a screenshot to imgur: http://i.imgur.com/OynMius.png.
As you can see both categories (Metadata author and Point of contact) are filled out but not displayed in the default view. Also there are some issues on how the data is displayed:
Contact for the resource should be the person stored under Point of contact. As you can see the field shows the emailaddress of the person stored under Metadata author (richsen@anonymised.com (wrong) instead of info@anonymised.com(correct)). The rest of the information should also be displayed (name, address, phone, etc.).
I logged the return value from the getAllContacts() function in CatalogService.js. The metadata object returned is lacking some data e.g.:
1. metadata:Array[2]
1. 0:Object
1. address:""
2. email:""
3. logo:""
4. name:""
5. org:"Amt für ländliche Räume, Husum"
6. phone:""
7. position:""
8. role:"pointOfContact"
9. __proto__:Object
2. 1:Object
1. address:""
2. email:""
3. logo:""
4. name:""
5. org:"Amt für ländliche Räume, Husum"
6. phone:""
7. position:""
8. role:"originator"
9. __proto__:Object
3. length:2
4. __proto__:Array[0]
2. resource:Array[1]
1. 0:Object
1. address:""
2. email:"richsen@anonymised.com"
3. logo:""
4. name:""
5. org:"Amt für ländliche Räume, Husum"
6. phone:""
7. position:""
8. role:"pointOfContact"
Where empty fields should be the address, phone etc. so that they can be displayed at the default view.
Is there any idea on how to fix this issue?
Regards,
Sebastian