ENGAGE-186: NavigationList should support refreshing/rerendering itself

Metadata

Source
ENGAGE-186
Type
New Feature
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Justin Obara
Created
2009-11-05T12:57:45.000-0500
Updated
2010-02-01T11:52:03.000-0500
Versions
N/A
Fixed Versions
  1. 0.3b
Component
  1. NavigationList

Description

NavigationList should support refreshing/rerendering itself

This will allow the list of items to be updated/refreshed.

Currently once you have rendered the data, you won't be able to do anything else with it.

Comments

  • Colin Clark commented 2010-01-26T12:42:53.000-0500

    This issue should be resolved in the patch for ENGAGE-269. Our new use of fluid.engage.renderUtils.createRendererFunction() also implements a refreshView function, so any changes to the model should be re-renderable simply by calling NavigationList.refreshView()

  • Colin Clark commented 2010-02-01T11:51:46.000-0500

    This was fixed along with ENGAGE-269 at r9162