Fix missing Attachment label in the Template.

This commit is contained in:
Colin Kuskie 2010-09-02 14:07:21 -07:00
parent 1f2fbeb823
commit b1adfd2621
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
WebGUI::Asset::Template::Parser->downgrade for details.
- fixed #11813: Payment confirmation screen dollar amount
- fixed #11832: Admin Session Interface broken
- fixed: Attachment label in the Template is missing
7.9.13
- fixed #11783: Instances deleted during realtime run

View file

@ -321,7 +321,7 @@ sub getEditForm {
$tabform->getTab('properties')->jsonTable(
name => 'attachmentsJson',
value => $self->get('attachmentsJson'),
label => $i18n->get("attachments display label"),
label => $i18n->get("attachment display label"),
fields => [
{
type => "text",