fix for bug 1171569, which really applied to almost every Asset and Wobject in the system
This commit is contained in:
parent
354c99c03f
commit
1b0aa2174d
21 changed files with 23 additions and 16 deletions
|
|
@ -266,7 +266,7 @@ sub view {
|
|||
sub www_edit {
|
||||
my $self = shift;
|
||||
return WebGUI::Privilege::insufficient() unless $self->canEdit;
|
||||
$self->getAdminConsole->setHelp("sql report add/edit");
|
||||
$self->getAdminConsole->setHelp("sql report add/edit", "SQLReport");
|
||||
return $self->getAdminConsole->render($self->getEditForm->print,WebGUI::International::get("8","SQLReport"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue