ENGAGE-413: In My Collection, grid icon appears as list icon, and vice versa

Metadata

Source
ENGAGE-413
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Jess Mitchell
Reporter
James Yoon
Created
2010-02-19T13:56:45.000-0500
Updated
2010-02-19T18:36:50.000-0500
Versions
N/A
Fixed Versions
  1. 0.3b
Component
  1. My Collection

Description

Comments

  • Jess Mitchell commented 2010-02-19T14:57:19.000-0500

    the image files are swapped.

  • Jess Mitchell commented 2010-02-19T18:05:18.000-0500

    changed the default icon and alternative icon in mycollectionview.js for the navigationBar:

    navigationBar : {
    type : "fluid.engage.navigationBar",
    options: {
    selectors: {
    toggleDefaultIcon: ".flc-navigationBar-toggle-list",
    toggleAlternateIcon: ".flc-navigationBar-toggle-grid"
    }
    }
    },

  • Colin Clark commented 2010-02-19T18:36:50.000-0500

    I have reviewed and tested Jess' patch. It works great and is correct, so I committed it at r9457.