merge to 10219
This commit is contained in:
parent
ae28bf79c8
commit
4c1307e3d0
194 changed files with 8203 additions and 2134 deletions
|
|
@ -58,7 +58,7 @@ sub www_switchOffAdmin {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 www_adminConsole ( )
|
||||
=head2 www_switchOnAdmin ( )
|
||||
|
||||
If the current user is in the Turn On Admin Group, then allow them to turn on Admin mode.
|
||||
|
||||
|
|
|
|||
|
|
@ -451,6 +451,17 @@ sub www_commitVersionTagConfirm {
|
|||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 www_leaveVersionTag ( session )
|
||||
|
||||
Clears the current working version tag, and returns the user to www_manageVersions.
|
||||
|
||||
=head3 session
|
||||
|
||||
A reference to the current session.
|
||||
|
||||
=cut
|
||||
|
||||
sub www_leaveVersionTag {
|
||||
my $session = shift;
|
||||
WebGUI::VersionTag->getWorking($session)->clearWorking;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue