Remove default message for the upgrade sub and replace with something more useful.
This commit is contained in:
parent
daaf6d44b5
commit
9b0dcf2b68
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ finish($session); # this line required
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
sub addCollaborationSubscriptionWorkflow {
|
sub addCollaborationSubscriptionWorkflow {
|
||||||
my $session = shift;
|
my $session = shift;
|
||||||
print "\tWe're doing some stuff here that you should know about... " unless $quiet;
|
print "\tAdd Collaboration System subscriber validation workflow... " unless $quiet;
|
||||||
# and here's our code
|
# and here's our code
|
||||||
$session->config->addToArray('workflowActivities/WebGUI::Asset', qw/WebGUI::Workflow::Activity::UpdateAssetSubscribers/);
|
$session->config->addToArray('workflowActivities/WebGUI::Asset', qw/WebGUI::Workflow::Activity::UpdateAssetSubscribers/);
|
||||||
my $workflow = WebGUI::Workflow->create($session,
|
my $workflow = WebGUI::Workflow->create($session,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue