Fix Project Manager calling wrong method on right object. www_viewScreen now
uses mobile template if so enabled via calling processStyle.
This commit is contained in:
parent
8f09dc062d
commit
fcb884a410
2 changed files with 2 additions and 1 deletions
|
|
@ -2011,7 +2011,7 @@ sub www_viewProject {
|
|||
$var->{'task.back.label'} = $i18n->get("task back label");
|
||||
$var->{'task.back.url'} = $self->getUrl;
|
||||
|
||||
return $style->processStyle($self->processTemplate($var,$self->getValue("projectDisplayTemplateId")));
|
||||
return $self->processStyle($self->processTemplate($var,$self->getValue("projectDisplayTemplateId")));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue