- fix [ 1488598 ] edit workflow broken
- fix [ 1488561 ] webggui
- fix [ 1488557 ] new styles are missing ^/; in link
- fix [ 1488530 ] search has no toolbar
- fix [ 1488663 ] Add new subscription broken
- fix [ 1485461 ] Internationalized the Date in Mail headers
- fix [ 1488518 ] Snippet has no cacheTimeout field
- fix [ 1486788 ] karma isn't working on forums
This commit is contained in:
parent
6c2d4c8914
commit
cdb018a0bf
8 changed files with 105 additions and 5 deletions
|
|
@ -107,6 +107,14 @@ sub getEditForm {
|
|||
my $self = shift;
|
||||
my $tabform = $self->SUPER::getEditForm();
|
||||
my $i18n = WebGUI::International->new($self->session,"Asset_Snippet");
|
||||
$tabform->getTab("display")->interval(
|
||||
name => "cacheTimeout",
|
||||
defaultValue => 3600,
|
||||
uiLevel => 8,
|
||||
label => $i18n->get("cache timeout"),
|
||||
hoverHelp => $i18n->get("cache timeout help"),
|
||||
value=> $self->getValue("cacheTimeout")
|
||||
);
|
||||
$tabform->getTab("properties")->codearea(
|
||||
-name=>"snippet",
|
||||
-label=>$i18n->get('assetName'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue