Navigation Menu

Skip to content

Commit

Permalink
Always take the latest revision of the Asset when updating subscriber…
Browse files Browse the repository at this point in the history
…s, since it will always be locked in a version tag.
  • Loading branch information
perlDreamer committed Aug 26, 2011
1 parent 8ae2457 commit d400484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/Asset/Wobject/Collaboration.pm
Expand Up @@ -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);
Expand Down

0 comments on commit d400484

Please sign in to comment.