Bug #4468
closedReport Viewer - message to run workflow first
0%
Description
If switched to the report viewer before running a workflow, there should be a message indicating that you must run the workflow before viewing the report rendering
Updated by ben leinfelder about 15 years ago
added MessageHandler.message() if no previous executions were found. i believe that's less intrusive than rearranging the contents of the tab pane depending on the available executions.
Updated by Oliver Soong almost 15 years ago
I think this got killed with some recent commit. I'm at r22183.
Updated by ben leinfelder almost 15 years ago
Since we're not refreshing the viewer when you switch views (now a tab) the only time it comes up is when you use the "refresh from latest" button. Other render operations are triggered by: a) report execution finishing and b) selecting a row in the WRM - both of those implicitly require execution history.
I've added the message for the refresh button...but there will be only a blank page and no warning until you do press it.