forward port of 6.8 bug fix
This commit is contained in:
parent
66206a2414
commit
dcddc30e5e
1 changed files with 2 additions and 0 deletions
|
|
@ -321,12 +321,14 @@ sub getEditForm {
|
|||
my $tabform = $self->SUPER::getEditForm();
|
||||
|
||||
$tabform->getTab("display")->template(
|
||||
-name=>"templateId",
|
||||
-value=>$self->get("templateId"),
|
||||
-label=>WebGUI::International::get("template_label","Asset_StockData"),
|
||||
-namespace=>"StockData"
|
||||
);
|
||||
|
||||
$tabform->getTab("display")->template(
|
||||
-name=>"displayTemplateId",
|
||||
-value=>$self->get("displayTemplateId"),
|
||||
-label=>WebGUI::International::get("display_template_label","Asset_StockData"),
|
||||
-namespace=>"StockData/Display"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue