From 9c8399d93b372b2e66874d6156ea4e8c1873775f Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Tue, 7 Nov 2006 21:23:19 +0000 Subject: [PATCH] fix: Activity list expands outside of edit workflow screen --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Operation/Workflow.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index f8789ec84..2a9b3136a 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -36,6 +36,7 @@ - fix: RSS for collaboration systems now properly shows in the head rather than the body - fix: Gantt chart bars erroneously being shifted one day to the right - fix: Post titles containing periods result in urls containing periods + - fix: Activity list expands outside of edit workflow screen 7.1.4 - Template variables in the main Survey Template were out of date in the diff --git a/lib/WebGUI/Operation/Workflow.pm b/lib/WebGUI/Operation/Workflow.pm index 427726747..075d5da0e 100644 --- a/lib/WebGUI/Operation/Workflow.pm +++ b/lib/WebGUI/Operation/Workflow.pm @@ -213,7 +213,7 @@ sub www_editWorkflow { hoverHelp=>$i18n->get("is serial help") ); $f->submit; - my $steps = ''; + my $steps = '
'; my $rs = $session->db->read("select activityId, title from WorkflowActivity where workflowId=? order by sequenceNumber",[$workflow->getId]); while (my ($id, $title) = $rs->array) { $steps .= '
'