Always take the latest revision of the Asset when updating subscribers, since it will always be locked in a version tag.

This commit is contained in:
Colin Kuskie 2011-08-26 16:44:28 -07:00
parent 8ae2457370
commit d40048437c

View file

@ -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);