Double my creates old version tag that is not found outside the scope.
This commit is contained in:
parent
b4f7bb4334
commit
b7dd49d3ae
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ sub addRevision {
|
|||
$workingTag = WebGUI::VersionTag->getWorking( $self->session );
|
||||
}
|
||||
else {
|
||||
my $oldWorking = WebGUI::VersionTag->getWorking($self->session, 'noCreate');
|
||||
$oldWorking = WebGUI::VersionTag->getWorking($self->session, 'noCreate');
|
||||
$workingTag = WebGUI::VersionTag->new( $self->session, $parentAsset->get('tagId') );
|
||||
$workingTag->setWorking();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue