ENGAGE-118: Refactor navigationList to allow for a default image to be rendered if none exists

Metadata

Source
ENGAGE-118
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Justin Obara
Created
2009-10-13T11:54:49.000-0400
Updated
2009-11-03T11:51:17.000-0500
Versions
N/A
Fixed Versions
  1. 0.1
Component
  1. Browse

Description

Refactor navigationList to allow for a default image to be rendered if none exists

Currently if no information is passed in about the url for an image, the image isn't rendered at all.

To allow for a default image that can easily be changed by an implementor. The new strategy is to have the default url in the template, and to have this default image rendered if no URL is passed in to the component.

There should likely also be an option that will allow the new strategy to be over ridden to the old strategy to handle other cases that may arise.

Comments

  • Colin Clark commented 2009-10-13T16:54:56.000-0400

    Bug Parade Engage 0.1

  • Justin Obara commented 2009-10-14T10:57:15.000-0400

    modified the navigationList to render the default url provided in the template. Also have gone and updated the browse component and respective mapper functions to make use of this new functionality

  • Justin Obara commented 2009-11-03T11:51:17.000-0500

    closed as per previous comment