little bug fixes

This commit is contained in:
JT Smith 2006-03-16 19:06:37 +00:00
parent feda6700e0
commit 742efc3a60
3 changed files with 7 additions and 3 deletions

View file

@ -266,6 +266,7 @@ sub addWorkflow {
type=>"WebGUI::VersionTag"
}, "pbworkflow000000000003");
$activity = $workflow->addActivity("WebGUI::Workflow::Activity::CommitVersionTag", "pbwfactivity0000000006");
$activity->set("title", "Commit Assets");
$workflow = WebGUI::Workflow->create($session, {
title=>"Commit With Approval",
description=>"This workflow commits all the assets in this version tag after getting approval from content managers.",