From d40048437cd69ae48bcbbc97ad2d8d7ea797b0da Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 26 Aug 2011 16:44:28 -0700 Subject: [PATCH] Always take the latest revision of the Asset when updating subscribers, since it will always be locked in a version tag. --- lib/WebGUI/Asset/Wobject/Collaboration.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Collaboration.pm b/lib/WebGUI/Asset/Wobject/Collaboration.pm index fa06c0873..b2bbeac51 100644 --- a/lib/WebGUI/Asset/Wobject/Collaboration.pm +++ b/lib/WebGUI/Asset/Wobject/Collaboration.pm @@ -1681,7 +1681,7 @@ sub update { my $instance_data = { workflowId => 'xR-_GRRbjBojgLsFx3dEMA', className => 'WebGUI::Asset', - methodName => 'newByDynamicClass', + methodName => 'newPending', parameters => $self->getId, }; my $instance = WebGUI::Workflow::Instance->create($self->session, $instance_data);