fixed more session related bugs
This commit is contained in:
parent
2e5f5c6038
commit
c5cf903b45
11 changed files with 47 additions and 47 deletions
|
|
@ -1583,7 +1583,7 @@ sub www_manageAssets {
|
|||
}
|
||||
my $lockLink = ", '<a href=\"".$child->getUrl("func=manageRevisions")."\">".$locked."<\\/a>'" unless ($self->session->setting->get("autoCommit"));
|
||||
$output .= "assetManager.AddLine('"
|
||||
.WebGUI::Form::checkbox({
|
||||
.WebGUI::Form::checkbox($self->session,{
|
||||
name=>'assetId',
|
||||
value=>$child->getId
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue