Actions
Bug #4466
closedReport Designer - report layout not shown when opening KARs
Status:
Resolved
Priority:
Normal
Assignee:
Category:
reporting
Target version:
Start date:
10/16/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4466
Description
If I save a workflow+report layout as a KAR and then attempt to reopen the KAR after restarting Kepler, the report layout does not show up.
I've tracked this down to the fact that the workflow is "opened" before the report layout and the tab panes initialize at this point (before the report layout is "opened") so we end up with a default blank report layout.
I believe we just need to swap out the default blank report layout when we get around to "opening" the report layout that is in the KAR file we just opened.
Updated by ben leinfelder about 15 years ago
using the event-state module to broadcast to the report layout UI that the report layout model has changed and that it should redraw itself
Actions