Fix for broken template selector on "Display" tab.
This commit is contained in:
parent
960c4c6e3a
commit
1e9a026003
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ sub getEditForm {
|
|||
my $tabform = $self->SUPER::getEditForm();
|
||||
$tabform->getTab("display")->template(
|
||||
-value=>$self->getValue('templateId'),
|
||||
-namespace=>"Product"
|
||||
-namespace=>"Product",
|
||||
-label=>WebGUI::International::get(62,"Asset_Product"),
|
||||
);
|
||||
$tabform->getTab("properties")->text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue