| Summary: | CustomData will not be rendered for items | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Holger Staudacher <holger.staudacher> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | critical | ||
| Priority: | P2 | ||
| Version: | 2.0 | ||
| Target Milestone: | 2.1 M1 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Holger Staudacher
Note that not all Items are using the ItemLCAUtil - only Tree/Table/GridColumnLCA and ExpandItemLCA. In order to fix the issue we need: 1. Make the WidgetLCAUtil#preserveData and WidgetLCAUtil#renderData API - they are currently package private. 2. Call them from the corresponding item LCA. Fixed in master with commit e23756dfa64df35b70d2ecba8cefe2a1622ccb3b. |