Fix bug 11098. Create a VersionTag method that only clear the session for a single user.
This commit is contained in:
parent
5f29c5bcdd
commit
a866f143d0
4 changed files with 49 additions and 2 deletions
|
|
@ -464,7 +464,7 @@ A reference to the current session.
|
|||
|
||||
sub www_leaveVersionTag {
|
||||
my $session = shift;
|
||||
WebGUI::VersionTag->getWorking($session)->clearWorking;
|
||||
WebGUI::VersionTag->getWorking($session)->leaveTag;
|
||||
return www_manageVersions($session);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue