Fix missing Attachment label in the Template.
This commit is contained in:
parent
1f2fbeb823
commit
b1adfd2621
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
WebGUI::Asset::Template::Parser->downgrade for details.
|
WebGUI::Asset::Template::Parser->downgrade for details.
|
||||||
- fixed #11813: Payment confirmation screen dollar amount
|
- fixed #11813: Payment confirmation screen dollar amount
|
||||||
- fixed #11832: Admin Session Interface broken
|
- fixed #11832: Admin Session Interface broken
|
||||||
|
- fixed: Attachment label in the Template is missing
|
||||||
|
|
||||||
7.9.13
|
7.9.13
|
||||||
- fixed #11783: Instances deleted during realtime run
|
- fixed #11783: Instances deleted during realtime run
|
||||||
|
|
|
||||||
|
|
@ -321,7 +321,7 @@ sub getEditForm {
|
||||||
$tabform->getTab('properties')->jsonTable(
|
$tabform->getTab('properties')->jsonTable(
|
||||||
name => 'attachmentsJson',
|
name => 'attachmentsJson',
|
||||||
value => $self->get('attachmentsJson'),
|
value => $self->get('attachmentsJson'),
|
||||||
label => $i18n->get("attachments display label"),
|
label => $i18n->get("attachment display label"),
|
||||||
fields => [
|
fields => [
|
||||||
{
|
{
|
||||||
type => "text",
|
type => "text",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue