Bug 129012

Summary: refactor listview data munging and display code
Product: [Retired] Red Hat Network Reporter: Ryan Bloom <rbb>
Component: RHN/R&DAssignee: Chip Turner <cturner>
Status: CLOSED CURRENTRELEASE QA Contact: Fanny Augustin <fmoquete>
Severity: medium Docs Contact:
Priority: medium    
Version: RHN Devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-03 23:37:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 125080    

Description Ryan Bloom 2004-08-02 23:48:39 UTC
The current provider/renderer flow isn't quite enough to do the job. 
Providers need to call another method, which puts data into the
ExtendedColumn, then renderers call another method which displays the
data correctly.

Comment 1 Ryan Bloom 2004-08-03 23:37:51 UTC
this has been finished.  All listviews now use assistants for both
modifying the data and acting on the second request, instead of using
a combination of providers and callbacks.