Issue 13519

Display org logo if available

13519
Reporter: trobertson
Assignee: kbraak
Type: Feedback
Summary: Display org logo if available
Priority: Blocker
Resolution: Fixed
Status: Closed
Created: 2013-07-17 11:40:14.694
Updated: 2013-08-21 10:25:08.749
Resolved: 2013-08-21 10:25:08.708
        
        
Description: *Rating*: ;) Meh!

{panel:title=What do you like?|borderColor=#ccc| titleBGColor=#c2ffa2|bgColor=#fff}
.
{panel}

{panel:title=What needs to be improved?|borderColor=#ccc| titleBGColor=#faacad|bgColor=#fff}
From Guatam by email:
A good enhancement would be the ability to add an organization logo to this page.

Comment by Tim: The new registry model contains this field, but needs to be populated and displayed.
{panel}]]>
    

Attachment Screen Shot 2013-08-20 at 4.03.33 PM.png



Author: kbraak@gbif.org
Created: 2013-08-20 15:12:59.333
Updated: 2013-08-20 15:12:59.333
        
1st step was to add a new script to registry migration, that would populate these organization logo urls. This work was done in: https://code.google.com/p/gbif-labs/source/detail?r=500

To confirm the logo url appears, see: http://staging.gbif.org:8080/registry2-ws/organization/4a19e429-8f13-478e-86d7-93adb7534524
    


Author: kbraak@gbif.org
Created: 2013-08-20 16:04:14.808
Updated: 2013-08-20 16:04:14.808
        
Next, I had to apply the same fix I made here: https://code.google.com/p/gbif-portal/source/detail?r=1814 where the call to logoURL didn't work, because the call is case sensitive and should have been logoUrl

Fix committed in https://code.google.com/p/gbif-portal/source/detail?r=1815

See attached screenshot as evidence of it working
    


Author: kbraak@gbif.org
Created: 2013-08-21 10:25:08.729
Updated: 2013-08-21 10:25:08.729
        
Confirmed working. See http://staging.gbif.org:8080/portal/publisher/4a19e429-8f13-478e-86d7-93adb7534524

Closing issue.