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:
parent
8ae2457370
commit
d40048437c
1 changed files with 1 additions and 1 deletions
|
|
@ -1681,7 +1681,7 @@ sub update {
|
||||||
my $instance_data = {
|
my $instance_data = {
|
||||||
workflowId => 'xR-_GRRbjBojgLsFx3dEMA',
|
workflowId => 'xR-_GRRbjBojgLsFx3dEMA',
|
||||||
className => 'WebGUI::Asset',
|
className => 'WebGUI::Asset',
|
||||||
methodName => 'newByDynamicClass',
|
methodName => 'newPending',
|
||||||
parameters => $self->getId,
|
parameters => $self->getId,
|
||||||
};
|
};
|
||||||
my $instance = WebGUI::Workflow::Instance->create($self->session, $instance_data);
|
my $instance = WebGUI::Workflow::Instance->create($self->session, $instance_data);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue