ENGAGE-249: Artifact View's related artifacts list accidentally binds its container to the whole page, rather than the correct element

Metadata

Source
ENGAGE-249
Type
Bug
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
Michelle D'Souza
Reporter
Michelle D'Souza
Created
2010-01-18T16:18:37.000-0500
Updated
2010-01-18T16:22:52.000-0500
Versions
  1. 0.1
Fixed Versions
  1. 0.3b
Component
  1. Artifact View

Description

There is a typo at line 99 of the Artifact View component (artifact.js), which spells "relatedArtifacts" as "realtedArtifacts." This causes the related artifacts subcomponent (a NavList) to bind itself to the Artifact View's overall container, rather than constraining it to the correct DOM node. This is a one-line fix.

Comments

  • Michelle D'Souza commented 2010-01-18T16:19:26.000-0500

    Fixed at r9025

  • Michelle D'Souza commented 2010-01-18T16:19:52.000-0500

    Thanks to Antranig for catching this one while reviewing our code.

  • Antranig Basman commented 2010-01-18T16:22:52.000-0500

    I see this as fixed 🙂