Skip to content

Commit d400484

Browse files
committedAug 26, 2011
Always take the latest revision of the Asset when updating subscribers, since it will always be locked in a version tag.
1 parent 8ae2457 commit d400484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/WebGUI/Asset/Wobject/Collaboration.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ sub update {
16811681
my $instance_data = {
16821682
workflowId => 'xR-_GRRbjBojgLsFx3dEMA',
16831683
className => 'WebGUI::Asset',
1684-
methodName => 'newByDynamicClass',
1684+
methodName => 'newPending',
16851685
parameters => $self->getId,
16861686
};
16871687
my $instance = WebGUI::Workflow::Instance->create($self->session, $instance_data);

0 commit comments

Comments
 (0)
Please sign in to comment.