Community
Participate
Working Groups
There are three places in the GraphResponseViewer where the outputter is called. We only need to do this once as the store is saved in globalParams.store. The code should be modified to remove the multiple calls and to use the store.
I have a fix for this. Working now on creating a patch.
Created attachment 90329 [details] Patch to remove multiple calls to Outputter The patch created includes Sheldons Patch that adds the Destroy method. It is a cumulative patch as CVS is frozen now, and Sheldon's atch has not been applied to CVS.
Created attachment 90362 [details] Patch to remove multiple calls to Outputter This just contains the patch for this bug and does not include the patch for the destroy method.
Created attachment 90365 [details] Patch the store Overides the previous patch where Destroy was included
Removed the code that called the GraphResponseOutputter every time a cell was clickeon on, in the top grid.
verified, closing bug.