- rfe: snippets should have titles too!
- Added a mechanism for using external folders for custom code. See sbin/preload.custom.example for details.
This commit is contained in:
parent
d32d4112f4
commit
ec67b2e8fe
5 changed files with 34 additions and 7 deletions
|
|
@ -164,7 +164,7 @@ sub view {
|
|||
WebGUI::Macro::process($self->session,\$output);
|
||||
$output = $self->getToolbar.$output if ($self->session->var->get("adminOn") && !$calledAsWebMethod);
|
||||
if ($self->getValue("processAsTemplate")) {
|
||||
$output = WebGUI::Asset::Template->processRaw($self->session, $output);
|
||||
$output = WebGUI::Asset::Template->processRaw($self->session, $output, $self->get);
|
||||
}
|
||||
if (!$self->session->var->isAdminOn && $self->get("cacheTimeout") > 10) {
|
||||
WebGUI::Cache->new($self->session,"view_".$calledAsWebMethod."_".$self->getId)->set($output,$self->get("cacheTimeout"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue