more bug fixes...default content commit works all the way through now
This commit is contained in:
parent
0cda78d536
commit
5ee17a673f
2 changed files with 4 additions and 5 deletions
|
|
@ -207,7 +207,6 @@ sub www_commitVersionTagConfirm {
|
|||
my $tag = WebGUI::VersionTag->new($session, $tagId);
|
||||
if (defined $tag && $session->user->isInGroup($tag->get("groupToUse"))) {
|
||||
$tag->set({comments=>$session->form->process("comments", "textarea")});
|
||||
# $tag->commit;
|
||||
$tag->requestCommit;
|
||||
my $i18n = WebGUI::International->new($session, "VersionTag");
|
||||
my $ac = WebGUI::AdminConsole->new($session,"versions");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue