bugfix sf#1324170
This commit is contained in:
parent
abfe2b8a6a
commit
0a08cccee8
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ sub getEditForm {
|
|||
$tabform->addTab("properties",WebGUI::International::get("properties","Asset"));
|
||||
$tabform->getTab("properties")->readOnly(
|
||||
-label=>WebGUI::International::get("asset id","Asset"),
|
||||
-value=>$self->get("assetId")
|
||||
-value=>$self->get("assetId"),
|
||||
-hoverHelp=>WebGUI::International::get('asset id description','Asset'),
|
||||
);
|
||||
$tabform->getTab("properties")->text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue